From abc84f5b8593bddeaba850089d4c5e0e81851a07 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Feb 2001 18:39:15 +0000 Subject: fix call to pkgs_install --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 42955c2ed..e308b3d4b 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -45,7 +45,7 @@ begin: my $in = interactive->vnew('su'); my $f = "/usr/X11R6/lib/X11/Cards"; -standalone::pkgs_install('XFree86', 'XFree86-75dpi-fonts') if (! -e $f); +$in->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