installer: fix broken loop

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-15 20:19:15 +00:00
parent 00a2fabcdf
commit 7891188557
1 changed files with 1 additions and 2 deletions

View File

@ -641,8 +641,7 @@ then
done < exclude
# Sort udebs into alphabetised pool structure
for UDEB in "${UDEBS} ${UDEBS_DERIVED}"
do
for UDEB in ${UDEBS} ${UDEBS_DERIVED}; do
_UDEB_FILENAME="$(basename ${UDEB})"
Install_file "${_UDEB_FILENAME}" "pool-udeb"
rm "${_UDEB_FILENAME}"