From 22f47b5fc725df24d524398bdac66112caccd210 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 13 Apr 2019 12:51:11 -0700 Subject: Typo --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index c8ef479..979e517 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -36,7 +36,7 @@ options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-$_pkgver.tar".{xz,sign} https://github.com/anthraxx/linux-hardened/releases/download/${pkgver}/linux-hardened-${pkgver}.patch{,.sig} remove-excess-ck-extraversion.patch - modify-ck-for-hardned.patch + modify-ck-for-hardened.patch http://ck.kolivas.org/patches/5.0/${_majver}/${_majver}-ck${_ckpatchversion}/${_ckpatch}.xz enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz ath9k-regdom-hack.patch @@ -86,7 +86,7 @@ prepare() { # ck hotfixes msg2 "Applying ck patch hotfixes" patch -p1 -i ../remove-excess-ck-extraversion.patch "$srcdir/${_ckpatch}" - patch -p1 -i ../modify-ck-for-hardned.patch "$srcdir/${_ckpatch}" + patch -p1 -i ../modify-ck-for-hardened.patch "$srcdir/${_ckpatch}" sed -i '/-CFLAGS/ s/$/ \$(LIBELF_FLAGS)/' "$srcdir/${_ckpatch}" # ck patch -- cgit v1.2.1