Don't exclude live-installer when LH_DEBIAN_INSTALLER=live

This commit is contained in:
Chris Lamb 2008-06-13 15:52:16 +01:00 committed by Daniel Baumann
parent 90d2fedc09
commit 7540b66682
1 changed files with 5 additions and 0 deletions

View File

@ -392,6 +392,11 @@ then
for EXCLUDE in $(cat exclude)
do
if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${EXCLUDE}" = "live-installer" ]
then
continue
fi
rm -f "${EXCLUDE}"_*.udeb
done