[SCM] live-build branch, debian-next, updated. debian/3.0_a57-1-21-gd056182
Daniel Baumann
daniel at debian.org
Mon Aug 27 13:03:29 UTC 2012
The following commit has been merged in the debian-next branch:
commit 365e4c81c5392b17f39f76f49e3bb581ac830568
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Aug 27 14:54:20 2012 +0200
Adding some comments about the different locations of live-build in the central lb wrapper.
diff --git a/bin/lb b/bin/lb
index 2445faa..7ea44cd 100755
--- a/bin/lb
+++ b/bin/lb
@@ -55,12 +55,15 @@ case "${1}" in
if [ -x "${LIVE_BUILD}/scripts/build/${COMMAND}" ]
then
+ # User has live-build copied locally in the system
SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}"
elif [ -x /usr/lib/live/build/${COMMAND} ]
then
+ # User has live-build installed in the system
SCRIPT=/usr/lib/live/build/"${COMMAND}"
elif [ -x "$(which ${COMMAND} 2>/dev/null)" ]
then
+ # User has live-build commands in path
SCRIPT="${COMMAND}"
else
Echo_error "no such script: ${COMMAND}"
--
live-build
More information about the debian-live-changes
mailing list