From f2360a58c8b0dbf87500135a31a1a2d067333674 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 11:48:22 -0700 Subject: [PATCH] remove redundancy from case statement --- 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 23caa46a..5b82c720 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -656,7 +656,7 @@ case $PROJECT in kubuntu|kubuntu-dvd|edubuntu|ubuntu-gnome|ubuntu-budgie|ubuntukylin|ubuntucinnamon) COMPONENTS='main restricted universe' ;; - xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity) + xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd) COMPONENTS='main restricted universe multiverse' ;; esac