diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-11-12 15:14:58 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-11-12 15:14:58 +0000 |
commit | 46b3ef2047751645d0ae4b1d2c566b8fc690ce9e (patch) | |
tree | 18bb8d3d0fb9892542b4718598c2764d20f90b8a | |
parent | 7fb1805de7a04931c1302c3b93175f4b8d6ceaf3 (diff) | |
download | drakx-46b3ef2047751645d0ae4b1d2c566b8fc690ce9e.tar drakx-46b3ef2047751645d0ae4b1d2c566b8fc690ce9e.tar.gz drakx-46b3ef2047751645d0ae4b1d2c566b8fc690ce9e.tar.bz2 drakx-46b3ef2047751645d0ae4b1d2c566b8fc690ce9e.tar.xz drakx-46b3ef2047751645d0ae4b1d2c566b8fc690ce9e.zip |
- Use /usr/X11R6/lib/X11/rgb.txt instead of Cards
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 884e476e1..891722d50 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -46,7 +46,7 @@ my $in = 'interactive'->vnew('su', 'X'); -r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); -my $f = "/usr/X11R6/lib/X11/Cards"; +my $f = "/usr/X11R6/lib/X11/rgb.txt"; #- this one is on all platform (instead of Cards ?) $in->do_pkgs->install('XFree86', 'XFree86-75dpi-fonts') if !-e $f; -e $f or die "install XFree86 first!\n"; |