Don't exclude live-installer when LH_DEBIAN_INSTALLER=live

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-13 15:52:16 +01:00
parent 51670fa564
commit 36035832fb
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