From 89c148680368a1bde8720a4e46f149a1d78bd01c Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 8 Feb 2001 05:20:59 +0000 Subject: corrected compilation bug. --- 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 22e14ccbc..a7e3c3249 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -42,7 +42,7 @@ $i->{skiptest} = /-skiptest/; my $in = interactive->vnew('su'); my $f = "/usr/X11R6/lib/X11/Cards"; -if (! -e $f) standalone::pkgs_install('XFree86', 'XFree86-75dpi-fonts'); +standalone::pkgs_install('XFree86', 'XFree86-75dpi-fonts') if (! -e $f); -e $f or die "install XFree86 first!\n"; `pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); -- cgit v1.2.1