mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: cosmetics
... find: `...sysroot/usr/lib/': No such file or directory
This commit is contained in:
parent
32996cc97c
commit
637c2356c0
@ -430,7 +430,8 @@ if [ ! -f $STAMP ]; then
|
||||
fi # -f $PKG_DIR/build
|
||||
fi # -f $PKG_DIR/meta
|
||||
|
||||
for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.la"`; do \
|
||||
# TODO: slow...
|
||||
for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.la" 2>/dev/null`; do \
|
||||
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user