aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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