Don't exclude live-installer when LH_DEBIAN_INSTALLER=live
This commit is contained in:
parent
90d2fedc09
commit
7540b66682
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue