setup-offline-bundle.sh: define TERMUX_DEBUG

This commit is contained in:
Leonid Pliushch 2020-10-23 02:09:31 +03:00
parent 96c2310616
commit 30e079d01d
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ for p in "$TERMUX_SCRIPTDIR"/packages/*; do
TERMUX_ARCH_BITS=64
TERMUX_BUILD_TUPLE=x86_64-pc-linux-gnu
TERMUX_PKG_GIT_BRANCH=""
TERMUX_DEBUG=false
mkdir -p "$TERMUX_PKG_CACHEDIR" "$TERMUX_PKG_TMPDIR" "$TERMUX_PKG_SRCDIR"
cd "$TERMUX_PKG_CACHEDIR"