summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-12 14:40:16 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-12 14:40:16 +0000
commitf767bf7493bd00eae8719d5c590ef0c7366fe59a (patch)
treee9eda9c1697c3583194632466ec745daf960d097 /perl-install/install2.pm
parent270af6008741d1a94b885668072eb5fc51b906bc (diff)
downloaddrakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.gz
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.bz2
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.xz
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index d99fd741d..986ee9c56 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -357,6 +357,9 @@ sub choosePackages {
#- check pre-condition where base backage has to be selected.
pkgs::packageFlagSelected(pkgs::packageByName($o->{packages}, 'basesystem')) or die "basesystem package not selected";
+
+ #- check if there are package that need installation.
+ $o->{steps}{doInstallStep}{done} = 0 if $o->{steps}{doInstallStep}{done} && pkgs::packagesToInstall($o->{packages}) > 0;
}
}