summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
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/install_steps_interactive.pm
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/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
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}),
});