diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-07 17:07:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-07 17:07:30 +0000 |
commit | 73053fb0bb6255c13deecd198499cfc4479134bc (patch) | |
tree | f5e5e1ae0259613e69c9041f6745ec2f967eff1f /perl-install/install_steps.pm | |
parent | 6e0714d453adf6cb59f3a8083d3561d5f274be16 (diff) | |
download | drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.gz drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.bz2 drakx-73053fb0bb6255c13deecd198499cfc4479134bc.tar.xz drakx-73053fb0bb6255c13deecd198499cfc4479134bc.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |