Automatically build with -s if external package
This commit is contained in:
parent
79c4b38ebb
commit
b340a552ba
@ -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
|
if [ ! -d "$1" ]; then termux_error_exit "'$1' seems to be a path but is not a directory"; fi
|
||||||
export TERMUX_PKG_BUILDER_DIR
|
export TERMUX_PKG_BUILDER_DIR
|
||||||
TERMUX_PKG_BUILDER_DIR=$(realpath "$1")
|
TERMUX_PKG_BUILDER_DIR=$(realpath "$1")
|
||||||
|
# Skip depcheck for external package:
|
||||||
|
TERMUX_SKIP_DEPCHECK=true
|
||||||
else
|
else
|
||||||
# Package name:
|
# Package name:
|
||||||
if [ -n "${TERMUX_IS_DISABLED=""}" ]; then
|
if [ -n "${TERMUX_IS_DISABLED=""}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user