summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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