From 328222f8c76ea87a07b33c69ba10f3ba0e107169 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Jun 2012 10:56:37 +0200 Subject: Moving local includes from auto/{functions,scripts} to local/{functions,scripts} where they belong. --- functions/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/common.sh') diff --git a/functions/common.sh b/functions/common.sh index 52f826dcf..538d180b0 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -12,4 +12,4 @@ PROGRAM="live-build" VERSION="$(cat ${LB_BASE}/VERSION)" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" -PATH="${PWD}/auto/scripts:${PATH}" +PATH="${PWD}/local/scripts:${PATH}" -- cgit v1.2.3