From 5bd8a465a6e6bb6ca8ada1416083e11bb9d24e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 23 Feb 2023 00:30:40 +0100 Subject: [PATCH] Typo fix. --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index 61543182..279ce344 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -488,7 +488,7 @@ EOF # that might take a moment, for now, for flavors that are generally # affected by this, we manually clear out the archive-related Packages # files in the cache. - case $PROJECT; in + case $PROJECT in ubuntu|xubuntu|kubuntu|ubuntu-budgie|ubuntukylin|ubuntu-mate) rm -f chroot/var/lib/apt/lists/*ubuntu.com*_Packages ;;