Ensure local packages lists are sourced over global ones (Closes: #499656)

This commit is contained in:
Chris Lamb 2008-09-21 11:54:47 +01:00 committed by Daniel Baumann
parent ed6d9e8c8c
commit 242155f0b7
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Expand_packagelist ()
if [ -e "${_LH_SEARCH_PATH}/${_LH_LIST_NAME}" ]
then
_LH_LIST_LOCATION="${_LH_SEARCH_PATH}/${_LH_LIST_NAME}"
break
fi
done