summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-13 21:49:20 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-13 21:49:20 +0200
commitac2c30e3792f5b7715c67dce3791ed59b41c72b9 (patch)
treef3772fff4ac37ac11c25576995c64ef464f010f3 /functions
parent2df5d8b065fac78cad684c878a8b0ccdbff3edfe (diff)
downloadvyos-live-build-ac2c30e3792f5b7715c67dce3791ed59b41c72b9.tar.gz
vyos-live-build-ac2c30e3792f5b7715c67dce3791ed59b41c72b9.zip
Updating auto/scripts handling.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/common.sh2
-rwxr-xr-xfunctions/defaults.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/common.sh b/functions/common.sh
index d11dec167..1c221d1cd 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -12,4 +12,4 @@ PACKAGE="live-build"
VERSION="2.0~a28-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
-PATH="${PWD}/auto/helpers:${PATH}"
+PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b9b475ff2..193d59b1e 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -226,7 +226,7 @@ Set_defaults ()
LB_TEMPLATES="${LB_BASE}/templates"
fi
- # Setting live helper options
+ # Setting live build options
_BREAKPOINTS="${_BREAKPOINTS:-false}"
_COLOR="${_COLOR:-false}"
_DEBUG="${_DEBUG:-false}"