summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 22953d444b..ca671719c0 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -494,8 +494,8 @@ echo
if test x$STRIP != x ; then
echo Stripping libraries
find $APPLIB/ -name "*.so*" | xargs strip
- find $APPLIB/ -name "*.so*" | xargs chmod a+rx
fi
+find $APPLIB/ -name "*.so*" | xargs chmod a+rx
echo "Copying other stuff to $APPDIR ..."