summaryrefslogtreecommitdiff
path: root/scripts/build/clean
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/clean')
-rwxr-xr-xscripts/build/clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/clean b/scripts/build/clean
index 13fc18556..76a14cb7e 100755
--- a/scripts/build/clean
+++ b/scripts/build/clean
@@ -10,7 +10,7 @@
set -e
# Including common functions
-. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
+. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
# Read meta config
if [ "${1}" != "noauto" ] && [ -x auto/clean ]