diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-18 18:06:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-18 18:06:35 +0000 |
commit | bb7f1af96c7a407fb9d697c94da3e57228eb5080 (patch) | |
tree | f0208fcb3d7f7d18a16b4bd26ff608806f6c270f /perl-install/standalone/XFdrake | |
parent | 366fa358dac1e2e3167939b1ec469e5f8f9aebee (diff) | |
download | drakx-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar drakx-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.gz drakx-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.bz2 drakx-bb7f1af96c7a407fb9d697c94da3e57228eb5080.tar.xz drakx-bb7f1af96c7a407fb9d697c94da3e57228eb5080.zip |
don't pass the prefix parameter, not needed/wanted anymore
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
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); |