From 041fd2ce8ca79907f50dfd49527f228b6a37a8c4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Apr 2011 18:56:16 +0000 Subject: 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 --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index cde7e19a53..2da7d6dba5 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -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 -- cgit v1.2.3