summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-18 18:06:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-18 18:06:35 +0000
commitbb7f1af96c7a407fb9d697c94da3e57228eb5080 (patch)
treef0208fcb3d7f7d18a16b4bd26ff608806f6c270f /perl-install/standalone
parent366fa358dac1e2e3167939b1ec469e5f8f9aebee (diff)
downloaddrakx-backup-do-not-use-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar
drakx-backup-do-not-use-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.gz
drakx-backup-do-not-use-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.bz2
drakx-backup-do-not-use-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.xz
drakx-backup-do-not-use-bb7f1af96c7a407fb9d697c94da3e57228eb5080.zip
don't pass the prefix parameter, not needed/wanted anymore
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/XFdrake2
1 files changed, 1 insertions, 1 deletions
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);