Ensure local packages lists are sourced over global ones (Closes: #499656)
This commit is contained in:
parent
ed6d9e8c8c
commit
242155f0b7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue