summaryrefslogtreecommitdiffhomepage
path: root/subr/post_strip.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-06 01:20:04 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-06 01:20:04 +0100
commit05e6185f7740f3acef556ba39cff95139bd7130d (patch)
tree13d958e045edb28dab3cb225bc244c35acb27db1 /subr/post_strip.subr
parent36ab9378686ad6f3783f26696615e33e170e235f (diff)
downloadmidipix_build-05e6185f7740f3acef556ba39cff95139bd7130d.tar.bz2
midipix_build-05e6185f7740f3acef556ba39cff95139bd7130d.tar.xz
build.sh, {subr,vars}/*: general cleanup.
Diffstat (limited to 'subr/post_strip.subr')
-rw-r--r--subr/post_strip.subr3
1 files changed, 1 insertions, 2 deletions
diff --git a/subr/post_strip.subr b/subr/post_strip.subr
index 5225021b..fd045561 100644
--- a/subr/post_strip.subr
+++ b/subr/post_strip.subr
@@ -4,8 +4,7 @@
post_strip() {
local __;
- if [ ${BUILD_SCRIPT_RC:-0} -eq 0 ]\
- && [ "${BUILD}" = release ]; then
+ if [ "${BUILD}" = release ]; then
for __ in $(find ${PREFIX_NATIVE}/bin -perm -0100 \( -type f -or -type l \)); do
if objdump -sj .debug_info >/dev/null 2>&1; then
log_msg vnfo "${PKG_TARGET}-strip ${__}";