summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-02 15:34:34 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-02 15:34:34 +0000
commita0c389a509642f93d018464f3cbc268caca81adb (patch)
treecfdd47dc8dd8d49c6d7d2944134aab854440b57b /perl-install/install_steps_interactive.pm
parent39e1599eb3db23468edbfa479e40c90cec3a8352 (diff)
downloaddrakx-backup-do-not-use-a0c389a509642f93d018464f3cbc268caca81adb.tar
drakx-backup-do-not-use-a0c389a509642f93d018464f3cbc268caca81adb.tar.gz
drakx-backup-do-not-use-a0c389a509642f93d018464f3cbc268caca81adb.tar.bz2
drakx-backup-do-not-use-a0c389a509642f93d018464f3cbc268caca81adb.tar.xz
drakx-backup-do-not-use-a0c389a509642f93d018464f3cbc268caca81adb.zip
make sure upgrade is done instead.
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 46f90cfd2..f1cdb27c2 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -920,6 +920,7 @@ Do you want to install the updates ?"))) || return;
if ($update_medium) {
if ($o->choosePackagesTree($o->{packages}, $update_medium)) {
+ $o->{isUpgrade} = 1; #- now force upgrade mode, else update will be installed instead of upgraded.
$o->pkg_install;
} else {
#- make sure to not try to install the packages (which are automatically selected by getPackage above).