From 4a3d0ebf17d290053016e316e1c1cee91197fa56 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 11 Jan 2010 23:58:54 +0100 Subject: Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons. --- helpers/lh_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_build') diff --git a/helpers/lh_build b/helpers/lh_build index 7d5abf0f7..835ad8e2c 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" ] -- cgit v1.2.3