termux_step_setup_variables.sh: no need to attempt to set default prefix/home, they are set by properties.sh now

This commit is contained in:
Leonid Pliushch 2020-10-30 21:46:29 +02:00
parent 296ed0cb52
commit 7f8ee49bfc
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ termux_step_setup_variables() {
: "${TERMUX_MAKE_PROCESSES:="$(nproc)"}"
: "${TERMUX_TOPDIR:="$HOME/.termux-build"}"
: "${TERMUX_ARCH:="aarch64"}" # arm, aarch64, i686 or x86_64.
: "${TERMUX_PREFIX:="/data/data/com.termux/files/usr"}"
: "${TERMUX_ANDROID_HOME:="/data/data/com.termux/files/home"}"
: "${TERMUX_DEBUG:="false"}"
: "${TERMUX_PKG_API_LEVEL:="24"}"
: "${TERMUX_NO_CLEAN:="false"}"