summaryrefslogtreecommitdiffhomepage
path: root/subr/post_strip.subr
diff options
context:
space:
mode:
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 ${__}";