From ca56c01452ed58112ec1811c0d27dd526f6260e7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Sep 1999 13:39:50 +0000 Subject: no_comment --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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 { -- cgit v1.2.1