diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 1fb91140f..e5d0bc1b3 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -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