summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-09 12:07:40 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-09 12:07:40 +0000
commit164e94e201e9d49ab9464fc737dfcfbc43f6e596 (patch)
tree5deff235fd452802818f0a3f7b5a9a057b63f23a /perl-install/install_steps.pm
parente29430e040fb03c614900bbb39ec428c610a8726 (diff)
downloaddrakx-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar
drakx-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.gz
drakx-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.bz2
drakx-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.xz
drakx-164e94e201e9d49ab9464fc737dfcfbc43f6e596.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index f299af08d..bdc99a1d1 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -240,7 +240,7 @@ sub choosePackages {
pkgs::selectPackage($o->{packages}, pkgs::packageByName($o->{packages}, $_) || next) foreach @{$o->{default_packages}};
add2hash_($o, { compssListLevel => $::expert ? 90 : 80 }) unless $::auto_install;
- pkgs::setSelectedFromCompssList($o->{compssListLevels}, $packages, $o->{compssListLevel}, $available, $o->{installClass}) if exists $o->{compssListLevel};
+ pkgs::setSelectedFromCompssList($o->{compssListLevels}, $packages, $o->{compssListLevel}, $availableCorrected, $o->{installClass}) if exists $o->{compssListLevel};
$availableCorrected;
}