summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8af1a368649..ad61feb2c2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,8 +42,8 @@ package() {
local _modname=AMDPowerProfiler
local _modver=$(cat bin/AMDPowerProfilerVersion)
tar zxf bin/AMDPowerProfilerDriverSource.tar.gz -C "${srcdir}"
- # Fix issue for kernel 6.3
cd "${srcdir}"/${_modname}-${_modver}
+ # Fix issue for kernel 6.3
patch -Np1 < "${srcdir}/PwrProfSharedMemOps_linux_6.3.patch"
mkdir -p "${pkgdir}"/usr/src/${_modname}-${_modver}
cp -dr --no-preserve=ownership {inc/,src/,AMDPowerProfilerVersion,dkms.conf,Makefile} \