summaryrefslogtreecommitdiff
path: root/helpers/lh_build
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_build')
-rwxr-xr-xhelpers/lh_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_build b/helpers/lh_build
index 7d5abf0..835ad8e 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -13,9 +13,9 @@ set -e
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Read meta config
-if [ "${1}" != "noautoconfig" ] && [ -x scripts/build ]
+if [ "${1}" != "noautoconfig" ] && [ -x auto/build ]
then
- ./scripts/build ${@}
+ ./auto/build ${@}
fi
if [ "${1}" = "noautoconfig" ]