diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-12 20:44:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:22 +0100 |
commit | 608f11e2cc647aa5f6c0daa95888a89404be4f71 (patch) | |
tree | 1dae7c6a929d3925ec9faa57178022e46aba9e4d /scripts | |
parent | 9ad209f885e5d30efe5902c8c5b3b6ad4c30b9f3 (diff) | |
download | vyos-live-build-608f11e2cc647aa5f6c0daa95888a89404be4f71.tar.gz vyos-live-build-608f11e2cc647aa5f6c0daa95888a89404be4f71.zip |
Updating path in local helper for live-build.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/local b/scripts/build/local index edae5baa0..a1f66fd7e 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 |