mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 02:21:12 +00:00
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:
@@ -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"}"
|
||||
|
||||
Reference in New Issue
Block a user