move chmod out of strip conditional
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 3 Feb 2011 19:25:47 +0000 (19:25 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 3 Feb 2011 19:25:47 +0000 (19:25 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8693 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 22953d444bec26019113687119c53235acce06e8..ca671719c048d920187c7bc716a76e6ca653a4ac 100755 (executable)
@@ -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  ..."