scripts/build: fix stripping of symbols

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-15 02:22:29 +02:00
parent e1f8fe9272
commit 071b9cc1be

View File

@ -63,7 +63,7 @@ if [ ! -f $STAMP ]; then
if [ -f $PKG_DIR/build ]; then
$PKG_DIR/build $@ >&$VERBOSE_OUT
if [ "$DEBUG" = no ]; then
if [ ! "$DEBUG" = yes ]; then
$STRIP `find $BUILD/$1* -name "*.so"` 2>/dev/null || \
echo "Information: no *.so libs found"
$STRIP `find $BUILD/$1* -name "*.so.[0-9]*"` 2>/dev/null ||\