summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfrontend/cli/lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/cli/lb b/frontend/cli/lb
index 63e46a9e0..e2862cdcc 100755
--- a/frontend/cli/lb
+++ b/frontend/cli/lb
@@ -67,6 +67,10 @@ case "${1}" in
then
# User has live-build copied locally in the system
SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}"
+ elif [ -x "${LIVE_BUILD}/components/${COMMAND}" ]
+ then
+ # User has live-build copied locally in the system
+ SCRIPT="${LIVE_BUILD}/components/${COMMAND}"
elif [ -x "local/live-build/scripts/build/${COMMAND}" ]
then
# User has live-build copied locally in the config