From 46b3ef2047751645d0ae4b1d2c566b8fc690ce9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 12 Nov 2001 15:14:58 +0000 Subject: - Use /usr/X11R6/lib/X11/rgb.txt instead of Cards --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.1