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:
parent
51670fa564
commit
36035832fb
|
@ -392,6 +392,11 @@ then
|
||||||
|
|
||||||
for EXCLUDE in $(cat exclude)
|
for EXCLUDE in $(cat exclude)
|
||||||
do
|
do
|
||||||
|
if [ "${LH_DEBIAN_INSTALLER}" = "live" ] && [ "${EXCLUDE}" = "live-installer" ]
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
rm -f "${EXCLUDE}"_*.udeb
|
rm -f "${EXCLUDE}"_*.udeb
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue