mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bcm2835-bootloader/release: append /usr/sbin:/sbin to $PATH
or image creation may fail at mkfs.vfat.
This commit is contained in:
parent
3587b515d8
commit
c4ec10afd1
@ -31,7 +31,7 @@ mkdir -p $RELEASE_DIR/3rdparty/bootloader
|
|||||||
if [ "$BUILD_IMAGE" = "yes" -a -x "$BOOTLOADER_DIR/image" ] ; then
|
if [ "$BUILD_IMAGE" = "yes" -a -x "$BOOTLOADER_DIR/image" ] ; then
|
||||||
# variables used in image script must be passed
|
# variables used in image script must be passed
|
||||||
sudo env \
|
sudo env \
|
||||||
PATH="$PATH" \
|
PATH="$PATH:/usr/sbin:/sbin" \
|
||||||
TARGET_IMG="$TARGET_IMG" \
|
TARGET_IMG="$TARGET_IMG" \
|
||||||
IMAGE_NAME="$IMAGE_NAME" \
|
IMAGE_NAME="$IMAGE_NAME" \
|
||||||
RELEASE_DIR="$RELEASE_DIR" \
|
RELEASE_DIR="$RELEASE_DIR" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user