diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |