From 3f2a86d98546f9824ce2f0ffc438b8adaf1e919a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 11 Sep 2000 12:08:49 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index cd2ec2fc0..bb39b695d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -771,7 +771,8 @@ sub configureX { local $::auto = 1; $o->{X}{skiptest} = 1; Xconfigurator::main($o->{prefix}, $o->{X}, class_discard->new, $o->{allowFB}, bool($o->{pcmcia}), sub { - $o->pkg_install("XFree86-$_[0]"); + my ($server, @l) = @_; + $o->pkg_install("XFree86-$server", @l); }); } $o->configureXAfter; -- cgit v1.2.1