summaryrefslogtreecommitdiff
path: root/scripts/rstrip.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 12:17:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 12:17:34 +0200
commit8ea87cbaf6a1873b77c5ce4e4104e8dd7c7a0211 (patch)
tree6562703db0c4acafe43fc7b693caad385e3cec30 /scripts/rstrip.sh
parent8bfeba8967542bb93cd024000d54a8bbc60be950 (diff)
always make binary or library writable by the user, before trying to strip
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r--scripts/rstrip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 0c7550d8e..951362d35 100644
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -54,6 +54,7 @@ find $TARGETS -type f -a -exec file {} \; | \
esac
echo "$SELF: $V:$S"
echo "-> $T $F"
+ eval "chmod u+w $F"
eval "$T $F"
done
exit 0