summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8692710236b..4dd5f7986e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -117,11 +117,11 @@ _use_kcfi=
_build_zfs=
if [ -n "$_use_llvm_lto" ]; then
- pkgsuffix=cachyos-${_cpusched}-lto
+ pkgsuffix=${_cpusched}-lto
pkgbase=linux-$pkgsuffix
else
- pkgsuffix=cachyos-${_cpusched}
+ pkgsuffix=${_cpusched}
pkgbase=linux-$pkgsuffix
fi
_major=5.18