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:
93ae139
)
build-package.sh: Fix two shellcheck warnings
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 8 Jan 2017 13:06:46 +0000
(08:06 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 8 Jan 2017 13:06:46 +0000
(08:06 -0500)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index 0be276f5cf3973849e30fe746f7617b3d1684450..fcda5850e2dbb5c881cd6f9faebd6e3b19fd4cb7 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-637,7
+637,7
@@
termux_step_post_configure () {
}
termux_step_make () {
}
termux_step_make () {
- if ls *akefile &> /dev/null; then
+ if ls
./
*akefile &> /dev/null; then
if [ -z "$TERMUX_PKG_EXTRA_MAKE_ARGS" ]; then
make -j $TERMUX_MAKE_PROCESSES
else
if [ -z "$TERMUX_PKG_EXTRA_MAKE_ARGS" ]; then
make -j $TERMUX_MAKE_PROCESSES
else
@@
-647,7
+647,7
@@
termux_step_make () {
}
termux_step_make_install () {
}
termux_step_make_install () {
- if ls *akefile &> /dev/null; then
+ if ls
./
*akefile &> /dev/null; then
: ${TERMUX_PKG_MAKE_INSTALL_TARGET:="install"}:
# Some packages have problem with parallell install, and it does not buy much, so use -j 1.
if [ -z "$TERMUX_PKG_EXTRA_MAKE_ARGS" ]; then
: ${TERMUX_PKG_MAKE_INSTALL_TARGET:="install"}:
# Some packages have problem with parallell install, and it does not buy much, so use -j 1.
if [ -z "$TERMUX_PKG_EXTRA_MAKE_ARGS" ]; then