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:
839f6ac
)
Do not run termux-elf-cleaner on debug builds
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 12 Mar 2016 20:39:17 +0000
(15:39 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 12 Mar 2016 20:39:17 +0000
(15:39 -0500)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index 3e60e6bb523e353cc62100d2a619b9f46fce8184..ee45ab4b8d4024f337a56643d63d367ae6b08b8f 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-458,7
+458,9
@@
termux_step_massage () {
done
set -e -o pipefail
# Remove DT_ entries which the android 5.1 linker warns about:
done
set -e -o pipefail
# Remove DT_ entries which the android 5.1 linker warns about:
- find . -type f -print0 | xargs -0 $TERMUX_ELF_CLEANER
+ if [ "$TERMUX_DEBUG" = "" ]; then
+ find . -type f -print0 | xargs -0 $TERMUX_ELF_CLEANER
+ fi
test ! -z "$TERMUX_PKG_RM_AFTER_INSTALL" && rm -Rf $TERMUX_PKG_RM_AFTER_INSTALL
test ! -z "$TERMUX_PKG_RM_AFTER_INSTALL" && rm -Rf $TERMUX_PKG_RM_AFTER_INSTALL