aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-11-28 15:43:24 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-11-28 15:43:24 +0100
commit70cb4a4d2ea051aa2b70d50931de1039b52db33c (patch)
tree952ebd9ee1c3c457d9ed833e1bf0ea05182e9d47 /Makefile
parentb6b44e16d57d05f9a400a3e1e33ed49f4beef20b (diff)
downloadmgarepo-70cb4a4d2ea051aa2b70d50931de1039b52db33c.tar
mgarepo-70cb4a4d2ea051aa2b70d50931de1039b52db33c.tar.gz
mgarepo-70cb4a4d2ea051aa2b70d50931de1039b52db33c.tar.bz2
mgarepo-70cb4a4d2ea051aa2b70d50931de1039b52db33c.tar.xz
mgarepo-70cb4a4d2ea051aa2b70d50931de1039b52db33c.zip
kill useless PKGVERSION variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76c4893..0951a40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
PACKAGE = mgarepo
-PKGVERSION = $(VERSION)
VERSION = 1.11.0
.PHONY: all $(DIRS) clean
@@ -11,4 +10,4 @@ clean:
# rules to build tarball
tar:
- git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).tar.xz
+ git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz