scripts/build: cosmetics

This commit is contained in:
Stefan Saraev 2014-06-16 20:11:19 +03:00 committed by Stephan Raue
parent b04ac070e1
commit 61ff854bc8

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 || echo "Information: no *.so libs found"
$STRIP `find $INSTALL -name "*.so.[0-9]*"` 2>/dev/null || echo "Information: no *.so.[0-9]* libs found"
$STRIP `find $INSTALL -name "*.so"` 2>/dev/null || :
$STRIP `find $INSTALL -name "*.so.[0-9]*"` 2>/dev/null || :
fi
fi
fi