summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index aa2f2b973..9be58979a 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -236,6 +236,7 @@ sub choosePackages {
#- always setPackages as it may have to copy hdlist files and depslist file.
$o->setPackages;
+ $o->selectPackagesToUpgrade if $o->{isUpgrade} && $_[1] == 1;
$o->choosePackages($o->{packages}, $o->{compssUsers}, $_[1] == 1);
log::l("compssUsersChoice's: ", join(" ", grep { $o->{compssUsersChoice}{$_} } keys %{$o->{compssUsersChoice}}));