mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mkimage: also include /sbin in $PATH for mkimage
This commit is contained in:
parent
8ddfc8fd54
commit
01f10c1735
@ -294,7 +294,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
echo "mkimage: see scripts/image and scripts/mkimage if you dont trust us :)"
|
echo "mkimage: see scripts/image and scripts/mkimage if you dont trust us :)"
|
||||||
# variables used in image script must be passed
|
# variables used in image script must be passed
|
||||||
sudo env \
|
sudo env \
|
||||||
PATH="$PATH" \
|
PATH="$PATH:/sbin" \
|
||||||
ROOT="$ROOT" \
|
ROOT="$ROOT" \
|
||||||
TOOLCHAIN="$TOOLCHAIN" \
|
TOOLCHAIN="$TOOLCHAIN" \
|
||||||
TARGET_IMG="$TARGET_IMG" \
|
TARGET_IMG="$TARGET_IMG" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user