From 8e41dfd88b8cbb6415e3a6809fa79784a4a31d98 Mon Sep 17 00:00:00 2001 From: Eric Naim Date: Sun, 6 Oct 2024 13:12:53 +0800 Subject: [PATCH] linux-cachyos: Fix typo in PKGBUILD Signed-off-by: Eric Naim --- linux-cachyos/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-cachyos/PKGBUILD b/linux-cachyos/PKGBUILD index bff8a8a9..8f31f44c 100644 --- a/linux-cachyos/PKGBUILD +++ b/linux-cachyos/PKGBUILD @@ -152,7 +152,7 @@ _build_debug=${_build_debug-} if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] && [ "$_use_lto_suffix" = "y" ]; then _pkgsuffix=cachyos-lto -elif [ "$_use_llvm_lto" = "none" ] && [ -z "_use_kcfi" ] && [ "$_use_gcc_suffix" = "y" ]; then +elif [ "$_use_llvm_lto" = "none" ] && [ -z "$_use_kcfi" ] && [ "$_use_gcc_suffix" = "y" ]; then _pkgsuffix=cachyos-gcc else _pkgsuffix=cachyos