From 81fb4294538a7204232d3e76195a778df0ee3ee1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 29 Jul 2012 00:24:11 +0200 Subject: Dropping global package-lists entirely, only local package lists within the config tree are support. --- functions/packagelists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/packagelists.sh') diff --git a/functions/packagelists.sh b/functions/packagelists.sh index eda9cf542..c126d25db 100755 --- a/functions/packagelists.sh +++ b/functions/packagelists.sh @@ -22,7 +22,7 @@ Expand_packagelist () _LB_NESTED=0 _LB_ENABLED=1 - for _LB_SEARCH_PATH in ${@} "${LIVE_BUILD}/package-lists" /usr/share/live/build/package-lists + for _LB_SEARCH_PATH in ${@} do if [ -e "${_LB_SEARCH_PATH}/${_LB_LIST_NAME}" ] then -- cgit v1.2.3