summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2023-05-22 10:03:38 +0200
committerDarjan Krijan2023-05-22 10:03:38 +0200
commita2731c97344c32372c2ba6abd44260be1248291b (patch)
tree9d134b97a9436d763b36614fb88131e3f1f9a515
parentd888769bcd28ee7dc468fc757cc90b2afd01f62e (diff)
downloadaur-a2731c97344c32372c2ba6abd44260be1248291b.tar.gz
Move comment.
-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} \