mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts/build: cosmetics
This commit is contained in:
parent
b04ac070e1
commit
61ff854bc8
@ -340,8 +340,8 @@ if [ ! -f $STAMP ]; then
|
|||||||
find $INSTALL -type d -exec rmdir -p "{}" ";" 2>/dev/null || true
|
find $INSTALL -type d -exec rmdir -p "{}" ";" 2>/dev/null || true
|
||||||
|
|
||||||
if [ ! "$DEBUG" = yes ]; then
|
if [ ! "$DEBUG" = yes ]; then
|
||||||
$STRIP `find $INSTALL -name "*.so"` 2>/dev/null || echo "Information: no *.so libs found"
|
$STRIP `find $INSTALL -name "*.so"` 2>/dev/null || :
|
||||||
$STRIP `find $INSTALL -name "*.so.[0-9]*"` 2>/dev/null || echo "Information: no *.so.[0-9]* libs found"
|
$STRIP `find $INSTALL -name "*.so.[0-9]*"` 2>/dev/null || :
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user