mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/build:
- remove unneeded code
This commit is contained in:
parent
a03c80a595
commit
807cc23fe8
@ -59,8 +59,8 @@ if [ ! -f $STAMP ]; then
|
|||||||
for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.pc"`; do \
|
for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.pc"`; do \
|
||||||
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \
|
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \
|
||||||
done
|
done
|
||||||
elif [ "$1" != "${1#theme-}" ]; then
|
# elif [ "$1" != "${1#theme-}" ]; then
|
||||||
$SCRIPTS/build-theme $@ >&$VERBOSE_OUT
|
# $SCRIPTS/build-theme $@ >&$VERBOSE_OUT
|
||||||
elif [ -f $PKG_BUILD/$1.c ]; then
|
elif [ -f $PKG_BUILD/$1.c ]; then
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
make -C $PKG_BUILD $1 >&$VERBOSE_OUT
|
make -C $PKG_BUILD $1 >&$VERBOSE_OUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user