Improving comment in lb about embedded live-build within config tree.

This commit is contained in:
Daniel Baumann 2013-03-11 16:20:13 +01:00
parent 0318bc79d9
commit 1da37c8789
1 changed files with 1 additions and 1 deletions

2
bin/lb
View File

@ -59,7 +59,7 @@ case "${1}" in
SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}"
elif [ -x "local/live-build/scripts/build/${COMMAND}" ]
then
# User has live-build embedded in the config
# User has live-build copied locally in the config
SCRIPT="local/live-build/scripts/build/${COMMAND}"
elif [ -x /usr/lib/live/build/${COMMAND} ]
then