aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-01-07 15:54:44 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-07 15:54:44 -0800
commit143ad04bdb887fbc12101fa21d410107ef6664a6 (patch)
treef84fe666c871ca3d42eabb3d2759b38b03921e83 /Makefile
parentDocument --ssh option. (diff)
downloadgenkernel-143ad04bdb887fbc12101fa21d410107ef6664a6.tar.gz
genkernel-143ad04bdb887fbc12101fa21d410107ef6664a6.tar.bz2
genkernel-143ad04bdb887fbc12101fa21d410107ef6664a6.zip
Makefile: use git for versioning tarball.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bea2ba6..e2e5e501 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"`
+#PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"`
+PACKAGE_VERSION = `git describe --tags`
distdir = genkernel-$(PACKAGE_VERSION)
MANPAGE = genkernel.8
# Add off-Git/generated files here that need to be shipped with releases