diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-12 20:44:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-12 20:44:33 +0200 |
commit | 6c6d3b94c6c3832238ca02b43eaa571fd3ae9ac2 (patch) | |
tree | 1dae7c6a929d3925ec9faa57178022e46aba9e4d /scripts | |
parent | d155492032ca7ebfaeb2dc724a490767a8675def (diff) | |
download | vyos-live-build-6c6d3b94c6c3832238ca02b43eaa571fd3ae9ac2.tar.gz vyos-live-build-6c6d3b94c6c3832238ca02b43eaa571fd3ae9ac2.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 |