mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fix location of busybox.conf
This commit is contained in:
parent
c737dc16e2
commit
2dd90b4d77
@ -11,7 +11,7 @@ if [ -f $PROJECT_DIR/$PROJECT/$1/$1.conf ]; then
|
||||
elif [ -f $PROJECT_DIR/$1/$1.conf ]; then
|
||||
BUSYBOX_CFG_FILE=$PROJECT_DIR/$1/$1.conf
|
||||
else
|
||||
BUSYBOX_CFG_FILE=$PKG_DIR/config/$1.conf
|
||||
BUSYBOX_CFG_FILE=$ROOT/$PKG_DIR/config/$1.conf
|
||||
fi
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
Loading…
x
Reference in New Issue
Block a user