diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-21 17:25:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-21 17:25:16 +0000 |
commit | d68f8a85300b159267e6d76bd6211c61bed8efb0 (patch) | |
tree | 47ab71bbae82c5b1ba84c051be22bbc5abf4115b /perl-install | |
parent | 42076ad2ab3403995171dc9e0519e05e033a45d3 (diff) | |
download | drakx-backup-do-not-use-d68f8a85300b159267e6d76bd6211c61bed8efb0.tar drakx-backup-do-not-use-d68f8a85300b159267e6d76bd6211c61bed8efb0.tar.gz drakx-backup-do-not-use-d68f8a85300b159267e6d76bd6211c61bed8efb0.tar.bz2 drakx-backup-do-not-use-d68f8a85300b159267e6d76bd6211c61bed8efb0.tar.xz drakx-backup-do-not-use-d68f8a85300b159267e6d76bd6211c61bed8efb0.zip |
always try to get default from /etc/X11/XF86Config
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index dde0bb386..9e1a7041f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -770,6 +770,7 @@ sub configureXBefore { require Xconfig; Xconfig::getinfoFromDDC($o->{X}); + Xconfig::getinfoFromXF86Config($o->{X}, $o->{prefix}); #- take default from here at least. #- keep this here if the package has to be updated. $o->pkg_install("XFree86"); |