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 03a6b0f305e0..332e3f7b2553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-froidzen
pkgver=5.9.12.zen1
-pkgrel=1
+pkgrel=2
pkgdesc='Linux ZEN with Patches and Modifications'
_srctag=v${pkgver%.*}-${pkgver##*.}
url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag"
@@ -44,7 +44,7 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname
# Workaround for uksm-5.9 patch
- sed -i "s/#include <linux\/vmalloc.h>/#include <linux\/vmalloc.h>\n #include <linux\/io_uring.h>/g" uksm-5.9.patch
+ sed -i "s/#include <linux\/vmalloc.h>/#include <linux\/vmalloc.h>\n #include <linux\/io_uring.h>/g" ${srcdir}/uksm-5.9.patch
local src
for src in "${source[@]}"; do