diff options
Diffstat (limited to 'scripts/build/live-helper')
-rwxr-xr-x | scripts/build/live-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/live-helper b/scripts/build/live-helper index 77d867b89..6e7163a60 100755 --- a/scripts/build/live-helper +++ b/scripts/build/live-helper @@ -22,7 +22,7 @@ set -e # Including common functions -. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh +. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh if [ -x "$(which man 2>/dev/null)" ] then |