Automatically build with -s if external package

This commit is contained in:
Fredrik Fornwall 2017-04-07 00:38:21 +02:00
parent 79c4b38ebb
commit b340a552ba

View File

@ -157,6 +157,8 @@ termux_step_handle_arguments() {
if [ ! -d "$1" ]; then termux_error_exit "'$1' seems to be a path but is not a directory"; fi
export TERMUX_PKG_BUILDER_DIR
TERMUX_PKG_BUILDER_DIR=$(realpath "$1")
# Skip depcheck for external package:
TERMUX_SKIP_DEPCHECK=true
else
# Package name:
if [ -n "${TERMUX_IS_DISABLED=""}" ]; then