Improving comment in lb about embedded live-build within config tree.
This commit is contained in:
parent
0318bc79d9
commit
1da37c8789
2
bin/lb
2
bin/lb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue