aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-07-02 22:13:35 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-07-02 22:13:35 +0200
commit10a2b5860b9d452f874ffcf6382aad0116fb98e0 (patch)
tree4b70b0609b60e158d70769d9a70f9f460e3f52a4
parent8768b2bfed1163df04d68c2c26b610e7f7f229de (diff)
downloadjournal-notify-10a2b5860b9d452f874ffcf6382aad0116fb98e0.tar.gz
journal-notify-10a2b5860b9d452f874ffcf6382aad0116fb98e0.tar.zst
fix tarball prefix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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