Renaming local/scripts to local/bin for executables overriding not just lb scripts, but any command during live-build runs.

This commit is contained in:
Daniel Baumann 2012-10-22 19:20:12 +02:00
parent 6caf65efee
commit 1fc33f6afb
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -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