summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2012-09-28 10:55:07 +0200
committerMichael Schroeder <mls@suse.de>2012-09-28 10:55:07 +0200
commit2a7bb0531b4fcf68d821209e237f7743e7271c05 (patch)
tree7ea91e6dc08b1ebc8432c2200fc1e8fa444a0509
parent667e833ea4c8c6d91fd69ed4092d4ddc62fd1849 (diff)
downloadbuild-2a7bb0531b4fcf68d821209e237f7743e7271c05.tar.gz
build-2a7bb0531b4fcf68d821209e237f7743e7271c05.tar.bz2
build-2a7bb0531b4fcf68d821209e237f7743e7271c05.zip
- oops, killed the MAIN_LIST by mistake...
-rwxr-xr-xinit_buildsystem2
1 files changed, 2 insertions, 0 deletions
diff --git a/init_buildsystem b/init_buildsystem
index 75e611d..351671e 100755
--- a/init_buildsystem
+++ b/init_buildsystem
@@ -1071,6 +1071,8 @@ DO_CUMULATE=
if ((suse_version > 1220)) ; then
DO_CUMULATE=true
fi
+
+MAIN_LIST="$PACKAGES_TO_INSTALL $PACKAGES_TO_CBINSTALL"
test -n "$DO_CUMULATE" && MAIN_LIST="$MAIN_LIST CUMULATED"
progress_setup MAIN_LIST
for PKG in $MAIN_LIST; do