chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055ca15
)
Automatically build with -s if external package
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Apr 2017 22:38:21 +0000
(
00:38
+0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 6 Apr 2017 22:38:21 +0000
(
00:38
+0200)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index af3d0c59302bfb8dc7ee2648f3f650d30f844a77..1c118c00d121f9228a430917366f127a92c7c70e 100755
(executable)
--- 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