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 ..."