xubuntu: Fix the variable KERNEL_FLAVOURS

This commit is contained in:
Sean Davis 2024-02-20 17:32:13 -05:00
parent da41618121
commit d9a37fa351
No known key found for this signature in database
GPG Key ID: B72F4B093A3625DB

View File

@ -916,7 +916,7 @@ case $PROJECT in
;;
esac
add_task ${LIVE_LAYER_PARENT}.live xubuntu-live
add_package ${LIVE_LAYER_PARENT}.live linux-$KERNEL_FLAVORS
add_package ${LIVE_LAYER_PARENT}.live linux-$KERNEL_FLAVOURS
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;;