From: Fredrik Fornwall Date: Thu, 6 Apr 2017 22:38:21 +0000 (+0200) Subject: Automatically build with -s if external package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/06b7f2ca47b8af67dabdb299268a9183c1efcf55?ds=inline Automatically build with -s if external package --- diff --git a/build-package.sh b/build-package.sh index af3d0c59..1c118c00 100755 --- a/build-package.sh +++ b/build-package.sh @@ -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