Merge pull request #3352 from Grimler91/NO_CLEAN

build-package.sh: set TERMUX_NO_CLEAN to false per default
This commit is contained in:
Henrik Grimler 2019-02-16 16:43:08 +01:00 committed by GitHub
commit 55469e135f
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ termux_step_setup_variables() {
: "${TERMUX_ANDROID_HOME:="/data/data/com.termux/files/home"}"
: "${TERMUX_DEBUG:=""}"
: "${TERMUX_PKG_API_LEVEL:="21"}"
: "${TERMUX_NO_CLEAN:="true"}"
: "${TERMUX_NO_CLEAN:="false"}"
: "${TERMUX_QUIET_BUILD:="false"}"
: "${TERMUX_DEBDIR:="${TERMUX_SCRIPTDIR}/debs"}"
: "${TERMUX_SKIP_DEPCHECK:="false"}"