summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-13 12:51:11 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-13 12:51:11 -0700
commit22f47b5fc725df24d524398bdac66112caccd210 (patch)
treed27ea7cc9afb65d71634bda58a7941457cb51d5a
parentMinor PKGBUILD reordering (diff)
downloadlinux-hardened-ck-22f47b5fc725df24d524398bdac66112caccd210.tar.xz
Typo
-rw-r--r--PKGBUILD4
-rw-r--r--modify-ck-for-hardened.patch (renamed from modify-ck-for-hardned.patch)0
2 files changed, 2 insertions, 2 deletions
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
diff --git a/modify-ck-for-hardned.patch b/modify-ck-for-hardened.patch
index c54860a..c54860a 100644
--- a/modify-ck-for-hardned.patch
+++ b/modify-ck-for-hardened.patch