scripts/build: cosmetics

This commit is contained in:
Stefan Saraev 2014-07-18 14:12:29 +03:00 committed by Stephan Raue
parent bdde039a40
commit e57a96bf25

View File

@ -340,8 +340,8 @@ if [ ! -f $STAMP ]; then
find $INSTALL -type d -exec rmdir -p "{}" ";" 2>/dev/null || true
if [ ! "$DEBUG" = yes ]; then
$STRIP `find $INSTALL -name "*.so"` 2>/dev/null || :
$STRIP `find $INSTALL -name "*.so.[0-9]*"` 2>/dev/null || :
$STRIP `find $INSTALL -name "*.so" 2>/dev/null` 2>/dev/null || :
$STRIP `find $INSTALL -name "*.so.[0-9]*" 2>/dev/null` 2>/dev/null || :
fi
fi
fi