From 477f9e81cb3aa78829210942e8185e8146c6cd5e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Nov 1999 12:50:22 +0000 Subject: no_comment --- perl-install/install_steps.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8bcc53898..b2041a11c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -193,6 +193,12 @@ sub beforeInstallPackages { sub installPackages($$) { my ($o, $packages) = @_; + + while (my ($k, $v) = each %{$o->{compssUsersChoice}}) { + $v or next; + pkgs::select($packages, $_) foreach @{$o->{compssUsers}{$k}}; + } + #- hack to ensure proper ordering for installation of packages. my @firstToInstall = qw(basesystem sed); my %firstInstalled; -- cgit v1.2.1