diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-04 14:01:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-04 14:01:43 +0200 |
commit | fb6551d506d9f74f9d2a85d39ed5f2f111cc04aa (patch) | |
tree | ac7033c33dd1a48003e5a979d97bb0b6511a2cda | |
parent | df8ef9de6a212432b4fd9ab0d96348d571159278 (diff) | |
download | mkinitcpio-ykfde-fb6551d506d9f74f9d2a85d39ed5f2f111cc04aa.tar.gz mkinitcpio-ykfde-fb6551d506d9f74f9d2a85d39ed5f2f111cc04aa.tar.zst |
fix archive prefix0.3.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ clean: $(RM) -f README.html release: - git archive --format=tar.xz --prefix=mkinicpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.xz + git archive --format=tar.xz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.xz gpg -ab mkinitcpio-ykfde-$(VERSION).tar.xz |