summaryrefslogtreecommitdiff
path: root/bin/lb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lb')
-rwxr-xr-xbin/lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/lb b/bin/lb
index 7ea44cdb1..63c74988a 100755
--- a/bin/lb
+++ b/bin/lb
@@ -57,6 +57,10 @@ case "${1}" in
then
# User has live-build copied locally in the system
SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}"
+ elif [ -x "local/live-build/scripts/build/${COMMAND}" ]
+ then
+ # User has live-build embedded in the config
+ SCRIPT="local/live-build/scripts/build/${COMMAND}"
elif [ -x /usr/lib/live/build/${COMMAND} ]
then
# User has live-build installed in the system