mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: 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
b290250756
commit
66896826eb
@ -27,7 +27,7 @@ $SCRIPTS/unpack busybox
|
||||
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