summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-07-16 10:03:21 +0000
committerFrancois Pons <fpons@mandriva.com>2002-07-16 10:03:21 +0000
commit73181bdd43f1e830273bf8fc14850c7a46f6fe43 (patch)
tree04ef8ce0f639762a70cbc800dc808bc3c58a75c6
parentaa16495b1050d80874f7764acc0ec9410df1be58 (diff)
downloaddrakx-backup-do-not-use-73181bdd43f1e830273bf8fc14850c7a46f6fe43.tar
drakx-backup-do-not-use-73181bdd43f1e830273bf8fc14850c7a46f6fe43.tar.gz
drakx-backup-do-not-use-73181bdd43f1e830273bf8fc14850c7a46f6fe43.tar.bz2
drakx-backup-do-not-use-73181bdd43f1e830273bf8fc14850c7a46f6fe43.tar.xz
drakx-backup-do-not-use-73181bdd43f1e830273bf8fc14850c7a46f6fe43.zip
fixed reference to step 'selectPackagesToUpgrade'.
-rw-r--r--perl-install/install2.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 38fdf4b52..1659cd644 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -136,8 +136,7 @@ sub selectInstallClass {
installStepsCall($o, $auto, 'selectInstallClass', $clicked);
if ($o->{steps}{choosePackages}{entered} >= 1 && !$o->{steps}{installPackages}{done}) {
- installStepsCall($o, $auto, 'setPackages');
- installStepsCall($o, $auto, 'selectPackagesToUpgrade') if $o->{isUpgrade};
+ installStepsCall($o, $auto, 'setPackages', $o->{isUpgrade} && $ent_number == 1);
}
if ($o->{isUpgrade}) {
@{$o->{orderedSteps}} = map { /setupSCSI/ ? ($_, "doPartitionDisks") : $_ }