During the layered build generate the right content for no languages

The structure changed as part of bug #1873374
This commit is contained in:
Sebastien Bacher 2020-11-19 16:28:11 +01:00
parent a0b58df7ae
commit fa5c2092c7

View File

@ -218,7 +218,7 @@ remove_packages_from_seed_regexp() {
if [ -z "${seed_regexp}" ]; then
pass="${1}.no-${2}"
_register_pass "$pass"
subtract_package_lists ${2} "" >> config/package-lists/livecd-rootfs.removal-list.chroot_$pass
subtract_package_lists ${2} "desktop-minimal" >> config/package-lists/livecd-rootfs.removal-list.chroot_$pass
return
fi