From bb7f1af96c7a407fb9d697c94da3e57228eb5080 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Jul 2002 18:06:35 +0000 Subject: don't pass the prefix parameter, not needed/wanted anymore --- 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 35eb74b88..5ef974b29 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -93,7 +93,7 @@ my $allowNVIDIA_rpms; } $::isEmbedded and kill USR2, $::CCPID; -Xconfigurator::main('', $i, $in, $in->do_pkgs, +Xconfigurator::main($i, $in, $in->do_pkgs, { allowFB => $::expert, allowNVIDIA_rpms => $allowNVIDIA_rpms }); !$::isEmbedded and $in->exit(0); -- cgit v1.2.1