From fbe210fd00a69f94803de4131fe151c19243818c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 18 Oct 2001 15:12:00 +0000 Subject: fix ia64 glitches with /usr/X11R6/lib/X11/Cards (now use rgb.txt instead). --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/XFdrake') 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