diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:22:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:18 +0100 |
commit | ce4581282e003891dfc852de5dadb733e5ca614c (patch) | |
tree | 0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/local | |
parent | 4d22ca948ad3def3f98fd89d32bf2ba8209460fd (diff) | |
download | live-build-ce4581282e003891dfc852de5dadb733e5ca614c.zip live-build-ce4581282e003891dfc852de5dadb733e5ca614c.tar.gz |
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/local')
-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 7ede8be..9e90a00 100755 --- a/scripts/build/local +++ b/scripts/build/local @@ -8,7 +8,7 @@ ## under certain conditions; see COPYING for details. -LH_BASE="${PWD}/live-helper" +LH_BASE="${PWD}/live-build" PATH="${LH_BASE}/helpers:${PATH}" export LH_BASE PATH |