From 4a87741eff81d379a418bde93e9dadca800e5c0e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 9 Jun 2014 08:22:30 +0200 Subject: [PATCH] Correct distribution file name --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 222671834..132ef9ce5 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ chmod: dist: [ -d dist ] || mkdir dist $(PYTHON) setup.py sdist --formats=tar - gzip --best dist/$(LAPPNAME)-$(VERSION).tar + gzip --best dist/$(APPNAME)-$(VERSION).tar + mv dist/$(APPNAME)-$(VERSION).tar.gz dist/$(ARCHIVE_SOURCE) [ ! -f ../$(ARCHIVE_WIN32) ] || cp ../$(ARCHIVE_WIN32) dist sign: