13
0

more potential fixes for partial stripping of a linux bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@9254 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-01 18:56:16 +00:00
parent 1bdc026bcd
commit 041fd2ce8c

View File

@ -529,7 +529,7 @@ echo
if test x$STRIP = xall ; then
echo Stripping all libraries
find $APPLIB/ -name "*.so*" | xargs strip
else if test x$STRIP = xsome ; then
elif test x$STRIP = xsome ; then
echo Stripping dependent libraries
for l in $deplibs ; do
strip $APPLIB/$l