summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-04 10:56:37 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-04 11:55:22 +0200
commit328222f8c76ea87a07b33c69ba10f3ba0e107169 (patch)
treedeb56765764c5d2d2fb20b364110af8a27bcb9f0 /functions
parent434307c22d192e1f937915b417615f62b3b6bead (diff)
downloadvyos-live-build-328222f8c76ea87a07b33c69ba10f3ba0e107169.tar.gz
vyos-live-build-328222f8c76ea87a07b33c69ba10f3ba0e107169.zip
Moving local includes from auto/{functions,scripts} to local/{functions,scripts} where they belong.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
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}"