diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-04 10:56:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 11:55:22 +0200 |
commit | 328222f8c76ea87a07b33c69ba10f3ba0e107169 (patch) | |
tree | deb56765764c5d2d2fb20b364110af8a27bcb9f0 /functions | |
parent | 434307c22d192e1f937915b417615f62b3b6bead (diff) | |
download | vyos-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-x | functions/common.sh | 2 |
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}" |