From b365e3e704f2fcebd79136b74f5d6fc9913ea481 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 19 Jul 2002 12:10:03 +0000 Subject: don't pass the prefix parameter, not needed/wanted anymore --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}), }); -- cgit v1.2.1