From 1fc33f6afb36d28b83dedabeca41cf3358a1ee18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 22 Oct 2012 19:20:12 +0200 Subject: Renaming local/scripts to local/bin for executables overriding not just lb scripts, but any command during live-build runs. --- functions/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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}" -- cgit v1.2.3