summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-09 13:42:19 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-09 13:42:19 +0000
commit6c32048e2bdf58596c4c7c5a9885be56425ea8d7 (patch)
tree989d6f5d66043b6818fa9b09b03560f3bc5ff94c /run-bootstrap-in-chroot
parent5f27a5d8141bf93131262f257000d9acad7e4986 (diff)
downloadmorph-6c32048e2bdf58596c4c7c5a9885be56425ea8d7.tar.gz
Use the correct base directory to create the ccache chroot dir.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 68c61d65..cc3157bd 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -122,7 +122,7 @@ squeeze "$dir" "$DEBIAN_MIRROR"
echo "CCACHE_HOST_DIR is unspecified, but that's ok" >&2
else
# create the directory for cached ccache object files
- mkdir -p "$1/var/tmp/ccache"
+ mkdir -p "$dir/var/tmp/ccache"
fi
# We need a backport of tar 1.26. On ARM, older versions (possibly