From fc64778946ea6dcb22523369338c6983f6ad15e0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Feb 2011 19:25:47 +0000 Subject: [PATCH] move chmod out of strip conditional git-svn-id: svn://localhost/ardour2/branches/3.0@8693 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..."