mkimage: also include /sbin in $PATH for mkimage

This commit is contained in:
Stefan Saraev 2015-01-13 11:59:11 +02:00
parent 8ddfc8fd54
commit 01f10c1735

View File

@ -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" \