aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Benjamin Pereto <benjamin.pereto@gmail.com>2015-01-03 16:46:23 +0100
committerGravatar Christian Hesse <mail@eworm.de>2015-01-04 17:06:14 +0100
commita67ef52d5881e052abe2a4729e24facd4ba58260 (patch)
tree4714f7e474f05c3580411b7214bae9f96d9e2d7b
parent0d8ed99c12670069a4d7ef72724b0e3b34d3bdf4 (diff)
downloadmkinitcpio-ykfde-a67ef52d5881e052abe2a4729e24facd4ba58260.tar.gz
mkinitcpio-ykfde-a67ef52d5881e052abe2a4729e24facd4ba58260.tar.zst
add .tar.xz archive for release
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f27f7e..8bd9d26 100644
--- a/Makefile
+++ b/Makefile
@@ -53,3 +53,5 @@ clean:
release:
git archive --format=tar.xz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.xz
gpg -ab mkinitcpio-ykfde-$(VERSION).tar.xz
+ git archive --format=tar.gz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.gz
+ gpg -ab mkinitcpio-ykfde-$(VERSION).tar.gz