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/install_steps_interactive.pm | |
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/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index fc33d1cb8..bafde238c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1280,7 +1280,7 @@ sub configureX { local $::auto = !$::expert && !$clicked; symlink "$o->{prefix}/etc/gtk", "/etc/gtk"; - Xconfigurator::main($o->{prefix}, $o->{X}, $o, $o->do_pkgs, + Xconfigurator::main($o->{X}, $o, $o->do_pkgs, { allowFB => $o->{allowFB}, allowNVIDIA_rpms => install_any::allowNVIDIA_rpms($o->{packages}), }); |