diff options
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rwxr-xr-x | scripts/build/config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/common.sh b/functions/common.sh index 41fa13ec7..9284ec564 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -12,4 +12,4 @@ PROGRAM="live-build" VERSION="$(if [ -e ${LIVE_BUILD}/VERSION ]; then cat ${LIVE_BUILD}/VERSION; else cat /usr/share/live/build/VERSION; fi)" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" -PATH="${PWD}/local/scripts:${PATH}" +PATH="${PWD}/local/bin:${PATH}" diff --git a/scripts/build/config b/scripts/build/config index fcbe2084a..1b9671043 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1469,7 +1469,7 @@ LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES}" EOF mkdir -p auto -mkdir -p local/scripts +mkdir -p local/bin # Checking defaults again Check_defaults |