From 8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Dec 1999 12:30:43 +0000 Subject: no_comment --- 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 f57ed6550..7fdb9bf93 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -489,6 +489,7 @@ sub addUser($) { if $u->{uid} != $u->{oldu} || $u->{gid} != $u->{oldg}; } + require any; any::addUsers($o->{prefix}, map { $_->{name} } @l); } @@ -575,7 +576,7 @@ sub setupXfree { { local $::testing = 0; #- unset testing local $::auto = 1; local $::skiptest = 1; - Xconfigurator::main($o->{prefix}, $o->{X}, class_discard->new, $o->{allowFB}, sub { + Xconfigurator::main($o->{prefix}, $o->{X}, class_discard->new, $o->{allowFB}, bool($o->{pcmcia}), sub { install_any::pkg_install($o, "XFree86-$_[0]"); }); } -- cgit v1.2.1