summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:56:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:56:16 +0000
commit041fd2ce8ca79907f50dfd49527f228b6a37a8c4 (patch)
tree70e94a8b3fb361568b6495f82504f9eda20e0012 /tools
parent1bdc026bcdda7a3e7846caa9c23dfdf976612809 (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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