From 10a2b5860b9d452f874ffcf6382aad0116fb98e0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 2 Jul 2014 22:13:35 +0200 Subject: fix tarball prefix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 974fc39..59a6aa2 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ clean: rm -f *.o *~ README.html journal-notify release: - git archive --format=tar.xz --prefix=journal-notify$(VERSION)/ $(VERSION) > journal-notify-$(VERSION).tar.xz + git archive --format=tar.xz --prefix=journal-notify-$(VERSION)/ $(VERSION) > journal-notify-$(VERSION).tar.xz gpg -ab journal-notify-$(VERSION).tar.xz -- cgit v1.2.3-54-g00ecf