[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-3-g1ee2c0b
Daniel Baumann
daniel at debian.org
Sat Sep 18 23:43:31 UTC 2010
The following commit has been merged in the debian-next branch:
commit 1ee2c0b13a0159b2c9a0c843a4df475c2186e8cc
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Sep 18 19:45:53 2010 +0200
Also supportin local global lists in config/lists, thanks to Mark Schneider <ms at it-infrastrukturen.org>.
diff --git a/functions/packageslists.sh b/functions/packageslists.sh
index 6095f3f..94f016f 100755
--- a/functions/packageslists.sh
+++ b/functions/packageslists.sh
@@ -22,7 +22,7 @@ Expand_packagelist ()
_LB_NESTED=0
_LB_ENABLED=1
- for _LB_SEARCH_PATH in ${@} "${LB_BASE:-/usr/share/live/build}/lists"
+ for _LB_SEARCH_PATH in ${@} config/lists "${LB_BASE:-/usr/share/live/build}/lists"
do
if [ -e "${_LB_SEARCH_PATH}/${_LB_LIST_NAME}" ]
then
--
live-build
More information about the debian-live-changes
mailing list