From 73053fb0bb6255c13deecd198499cfc4479134bc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 7 May 2000 17:07:30 +0000 Subject: no_comment --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 03115536c..ba53ea6c5 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -241,7 +241,7 @@ sub choosePackages { add2hash_($o, { compssListLevel => $::expert ? 90 : 80 }) unless $::auto_install; pkgs::setSelectedFromCompssList($o->{compssListLevels}, $packages, $o->{compssListLevel}, $available, $o->{installClass}) if exists $o->{compssListLevel}; - $available; + $availableCorrected; } sub beforeInstallPackages { -- cgit v1.2.1