aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-15 01:05:57 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-15 01:07:54 +0200
commitea927bfe866822c8f257e9403bdffd69fd3dc88e (patch)
tree5f4fc0ac1ddcac985b788410e9e2576f12e30070 /Makefile
parentgenkernel: Bump version to v4.0.0_beta2 (diff)
downloadgenkernel-ea927bfe866822c8f257e9403bdffd69fd3dc88e.tar.gz
genkernel-ea927bfe866822c8f257e9403bdffd69fd3dc88e.tar.bz2
genkernel-ea927bfe866822c8f257e9403bdffd69fd3dc88e.zip
Makefile: Use shell functionv4.0.0_beta2
Fixes: d0e76cd8e8dd ("Replace backticks") Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 753400bc..da579aab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-#PACKAGE_VERSION = $(/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/")
-PACKAGE_VERSION = $(git describe --tags |sed 's,^v,,g')
+#PACKAGE_VERSION = $(shell /bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/")
+PACKAGE_VERSION = $(shell git describe --tags |sed 's,^v,,g')
distdir = genkernel-$(PACKAGE_VERSION)
MANPAGE = genkernel.8
# Add off-Git/generated files here that need to be shipped with releases