From 4efcece54f9bdcd51227cf58abd118a8be1a29b1 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 13 Jan 2015 11:59:11 +0200 Subject: [PATCH] mkimage: also include /sbin in $PATH for mkimage --- scripts/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image b/scripts/image index 9a794ac80f..ae1d464546 100755 --- a/scripts/image +++ b/scripts/image @@ -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" \