installer: Remove the udeb files
Without the quotes, the * inside the exclusion lists will be treated as a will card, instead of the literal star.
This commit is contained in:
parent
196ee7b096
commit
2acfbee5fd
|
@ -720,8 +720,8 @@ EOF
|
|||
# Remove all udebs to be excluded from inclusion
|
||||
Echo_debug "Removing excluded udebs"
|
||||
while read EXCLUDE; do
|
||||
rm -f "${EXCLUDE}_*.udeb"
|
||||
done < exclude
|
||||
rm -f ${EXCLUDE}_*.udeb
|
||||
|
||||
# Sort udebs into alphabetised pool structure
|
||||
Echo_debug "Organising into pool structure"
|
||||
|
|
Loading…
Reference in New Issue