move chmod out of strip conditional

git-svn-id: svn://localhost/ardour2/branches/3.0@8693 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-03 19:25:47 +00:00
parent 487c5f4be6
commit fc64778946

View File

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