summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-12 20:44:33 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:22 +0100
commit608f11e2cc647aa5f6c0daa95888a89404be4f71 (patch)
tree1dae7c6a929d3925ec9faa57178022e46aba9e4d
parent9ad209f885e5d30efe5902c8c5b3b6ad4c30b9f3 (diff)
downloadlive-build-608f11e2cc647aa5f6c0daa95888a89404be4f71.zip
live-build-608f11e2cc647aa5f6c0daa95888a89404be4f71.tar.gz
Updating path in local helper for live-build.
-rwxr-xr-xscripts/build/local2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/local b/scripts/build/local
index edae5ba..a1f66fd 100755
--- a/scripts/build/local
+++ b/scripts/build/local
@@ -9,7 +9,7 @@
LB_BASE="${PWD}/live-build"
-PATH="${LB_BASE}/helpers:${PATH}"
+PATH="${LB_BASE}/scripts/build:${PATH}"
export LB_BASE PATH