summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-27 13:42:19 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-27 13:43:40 +0100
commit59c6523a3725566a3c43544a34c3227e55f4f166 (patch)
tree170909045c2abef609cc6aebabe32af20b5383bb /baserock-bootstrap
parent0fc4bfccd5deb6b9426b54e7000d5cd145a71e7b (diff)
downloadmorph-59c6523a3725566a3c43544a34c3227e55f4f166.tar.gz
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.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
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()
{