summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-21 10:54:16 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-21 10:54:16 +0000
commitbee24c4f49253e11c2f050cf2a1d279c5c78467c (patch)
tree7f5abf414a9aeea75bd1d5a9544e20c93febfd52 /baserock-bootstrap
parent71a3da2aafb99ec5f20d099af2b608b2e89c972e (diff)
downloadmorph-bee24c4f49253e11c2f050cf2a1d279c5c78467c.tar.gz
Fix $LFS path in bootstrap script
Making it relative to the current working directory should mean no configuration being needed. Which would be nice.
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 79327af8..913aa115 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -4,7 +4,7 @@ set -e
set +h
set -u
-LFS="$HOME/baserock/lfs/tree"
+LFS="$(pwd)/tree"
sources="$LFS/sources"
tools="$LFS/tools"