From d9a37fa3517506de01e3526cbccd23d74fbec295 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 20 Feb 2024 17:32:13 -0500 Subject: [PATCH] xubuntu: Fix the variable KERNEL_FLAVOURS --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index a4bfee74..c79f7642 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;