From f1ab0f33c82fbd32349074688134ed97880fb577 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 27 Sep 2023 00:02:46 +0100 Subject: [PATCH] lowercase Gbp-Dch: ignore --- 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 593b921b..dac739e6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -716,7 +716,7 @@ case $PROJECT in *) touch config/universe-enabled KERNEL_FLAVOURS='generic-hwe-22.04' - if [ "$SUBARCH" = "X13s" ]; then + if [ "$SUBARCH" = "x13s" ]; then KERNEL_FLAVOURS='laptop-23.10' fi PASSES_TO_LAYERS="true"