diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 16:20:13 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 1da37c8789c09bde0a57c69f977ff2e2af829cba (patch) | |
tree | dc3164ed7ab9dd201feeaac23f4ba06cf38561d6 | |
parent | 0318bc79d9dbee3d0a1decdff6f33b9585f62e4e (diff) | |
download | vyos-live-build-1da37c8789c09bde0a57c69f977ff2e2af829cba.tar.gz vyos-live-build-1da37c8789c09bde0a57c69f977ff2e2af829cba.zip |
Improving comment in lb about embedded live-build within config tree.
-rwxr-xr-x | bin/lb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |