diff options
Diffstat (limited to 'source/make_world.sh')
-rwxr-xr-x | source/make_world.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/make_world.sh b/source/make_world.sh index a269e96f..876a9f11 100755 --- a/source/make_world.sh +++ b/source/make_world.sh @@ -74,6 +74,16 @@ fi # of this script as you think will help to speed things along. WIPE_AFTER_BUILD=${WIPE_AFTER_BUILD:-no} +# This variable is used to tell x11.SlackBuild not to use upgradepkg on the +# built package since this script already does that: +UPGRADE_PACKAGES=${UPGRADE_PACKAGES:-"no"} +export UPGRADE_PACKAGES + +# This variable is used to tell kde.SlackBuild not to use upgradepkg on the +# built package since this script already does that: +UPGRADE=${UPGRADE:-"no"} +export UPGRADE + # Be kind, don't hit control-c! If you do, you might leave broken packages, # logfiles, and locks in $TMP that will cause problems for you later. If you're # not in a huge hurry to quit, create this file (replace with $TMP if needed): |