From a0c389a509642f93d018464f3cbc268caca81adb Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 2 Sep 2002 15:34:34 +0000 Subject: make sure upgrade is done instead. --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') 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). -- cgit v1.2.1