summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 4736a98c9..09756f199 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -128,7 +128,8 @@ sub formatPartitions {
#------------------------------------------------------------------------------
sub choosePackages($$$) {
- my ($o, $packages, $compss) = @_;
+ my ($o, $packages, $compss, $install_classes) = @_;
+ install_any::setPackages($o, $install_classes);
}
sub beforeInstallPackages {