mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8cc2111d2a
commit
0b1fa772e0
@ -25,7 +25,7 @@
|
||||
if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then
|
||||
BUSYBOX_CFG_FILE=$PROJECT_DIR/$PROJECT/busybox/$1.conf
|
||||
else
|
||||
BUSYBOX_CFG_FILE=$ROOT/$PKG_DIR/config/$1.conf
|
||||
BUSYBOX_CFG_FILE=$PKG_DIR/config/$1.conf
|
||||
fi
|
||||
|
||||
# optimize for size
|
||||
|
Loading…
x
Reference in New Issue
Block a user