mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 :)"
|
||||
# variables used in image script must be passed
|
||||
sudo env \
|
||||
PATH="$PATH" \
|
||||
PATH="$PATH:/sbin" \
|
||||
ROOT="$ROOT" \
|
||||
TOOLCHAIN="$TOOLCHAIN" \
|
||||
TARGET_IMG="$TARGET_IMG" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user