Also supportin local global lists in config/lists, thanks to Mark Schneider <ms@it-infrastrukturen.org>.

This commit is contained in:
Daniel Baumann 2010-09-18 19:45:53 +02:00
parent dda807e374
commit 1ee2c0b13a
1 changed files with 1 additions and 1 deletions

View File

@ -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