summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-19 12:10:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-19 12:10:03 +0000
commitb365e3e704f2fcebd79136b74f5d6fc9913ea481 (patch)
treedb6a12c69951ef0cc8e6ffe5729690413362b94e /perl-install/install_steps.pm
parent7a6c35cccead73edc551f84192cbd7c72f0d87f3 (diff)
downloaddrakx-backup-do-not-use-b365e3e704f2fcebd79136b74f5d6fc9913ea481.tar
drakx-backup-do-not-use-b365e3e704f2fcebd79136b74f5d6fc9913ea481.tar.gz
drakx-backup-do-not-use-b365e3e704f2fcebd79136b74f5d6fc9913ea481.tar.bz2
drakx-backup-do-not-use-b365e3e704f2fcebd79136b74f5d6fc9913ea481.tar.xz
drakx-backup-do-not-use-b365e3e704f2fcebd79136b74f5d6fc9913ea481.zip
don't pass the prefix parameter, not needed/wanted anymore
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 953b0f819..037ea2273 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -911,7 +911,7 @@ sub configureX {
{ local $::testing = 0; #- unset testing
local $::auto = 1;
$o->{X}{skiptest} = 1;
- Xconfigurator::main($o->{prefix}, $o->{X}, class_discard->new, $o->do_pkgs,
+ Xconfigurator::main($o->{X}, class_discard->new, $o->do_pkgs,
{ allowFB => $o->{allowFB},
allowNVIDIA_rpms => install_any::allowNVIDIA_rpms($o->{packages}),
});