* [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/zenpower3/files/
@ 2024-01-03 16:54 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-01-03 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 0f1787741e270a92dfd4696d9b96972a4fae766b
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Jan 2 17:34:14 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan 2 17:34:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f178774
sys-kernel/zenpower3: fix patch
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
.../files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch b/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
index 07414cd717..f66d966ecf 100644
--- a/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
+++ b/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch
@@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
VERSION := 0.2.0
-TARGET := $(shell uname -r)
-+TARGET := $(KV_FULL)
++TARGET ?= $(shell uname -r)
DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION)
KERNEL_MODULES := /lib/modules/$(TARGET)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-03 16:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 16:54 [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/zenpower3/files/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox