diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-13 12:51:53 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-13 12:51:53 -0700 |
commit | 4aa47c6a7ac9a30aaa691f76a40401d3da59a82f (patch) | |
tree | 4fb2037e7ede8bdb014d44f5d6a771745a6cc02f /PKGBUILD | |
parent | Updated to 5.0.7 (diff) | |
download | linux-libre-hardened-ck-4aa47c6a7ac9a30aaa691f76a40401d3da59a82f.tar.xz |
Typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/lin https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnupkgver}/patch-${_gnumajver}-${_gnupkgver}.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 @@ -90,7 +90,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 |