diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:21:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:21:08 +0200 |
commit | ad0a8a91d1f71f6a3db68caa1ed0b2110f041462 (patch) | |
tree | decf69733ad79adb1a4c87ee0e489803d450cc38 /Makefile | |
parent | d4f7c5234131e4830a24f725c8871eb33cbbfe5f (diff) | |
download | mkinitcpio-chkeymap-ad0a8a91d1f71f6a3db68caa1ed0b2110f041462.tar.gz mkinitcpio-chkeymap-ad0a8a91d1f71f6a3db68caa1ed0b2110f041462.tar.zst |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,5 +15,5 @@ install: release: git archive --format=tar.xz --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) > mkinitcpio-chkeymap-$(VERSION).tar.xz - gpg -ab mkinitcpio-chkeymap-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment mkinitcpio-chkeymap-$(VERSION).tar.xz mkinitcpio-chkeymap-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-chkeymap-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |