summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-27 17:37:46 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-27 17:37:46 +0100
commit8387cb4321bcb151ed5b85e458d74484c0a3539d (patch)
treed8ed6d2116505a9ba640ac1a11dc15ca546a1156 /baserock-bootstrap
parente200fb9c969e98e3c1a31941297ad2ec8e087c50 (diff)
downloadmorph-8387cb4321bcb151ed5b85e458d74484c0a3539d.tar.gz
bootstrap: fix another non-sbin PATH
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 2ae08fa7..8a4ab7d3 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -381,7 +381,7 @@ pass3_build_with_morph_in_chroot()
set -e
set -x
-export PATH="/usr/bin:/bin"
+export PATH="/usr/bin:/bin:/usr/sbin:/sbin"
cd /baserock/gits/morph
python ./morph --verbose build \
morphs master foundation.morph \