summaryrefslogtreecommitdiff
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-08-14 20:29:05 +0200
committerDaniel Baumann <daniel@debian.org>2010-08-14 20:35:52 +0200
commitd7064532346ce2f56d44274b6c5828659886cec7 (patch)
treec34ae564f0b86b77ef6023f44be6e9f2c95001a6 /scripts/build.sh
parentf442aef1df9c18ae64ff285c2524b9510a37d89c (diff)
downloadvyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.tar.gz
vyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.zip
Moving /usr/share/live-helper to /usr/share/live/build.
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 59d475f5b..4c156c572 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-LH_BASE="${LH_BASE:-/usr/share/live-helper}"
+LH_BASE="${LH_BASE:-/usr/share/live/build}"
# Source global functions
for FUNCTION in "${LH_BASE}"/functions/*.sh