summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-03 19:25:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-03 19:25:47 +0000
commitfc64778946ea6dcb22523369338c6983f6ad15e0 (patch)
treeaddfdb8c68721294ae568f21b2c69b9d9bd5b574 /tools
parent487c5f4be6abecfc73761416471c1f0723e6afb3 (diff)
move chmod out of strip conditional
git-svn-id: svn://localhost/ardour2/branches/3.0@8693 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ..."