From 59c6523a3725566a3c43544a34c3227e55f4f166 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 27 Apr 2012 13:42:19 +0100 Subject: bootstrap: include sbin in path for chroot chroot is used in morph, an absolute path would cause problems later in the build, when /tools is the prefix, so PATH needs to be able to find chroot, so the usual sbin needs to be included. --- baserock-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baserock-bootstrap') diff --git a/baserock-bootstrap b/baserock-bootstrap index 297df717..478b44e1 100755 --- a/baserock-bootstrap +++ b/baserock-bootstrap @@ -28,7 +28,7 @@ HOST_MKDIR=`which mkdir` HOST_CHMOD=`which chmod` export CCACHE_DIR="/var/tmp/ccache" -export PATH="$tools/lib/ccache:$tools/bin:$tools/sbin:/usr/lib/ccache:/usr/bin:/bin" +export PATH="$tools/lib/ccache:$tools/bin:$tools/sbin:/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin" pass1_directories() { -- cgit v1.2.1