diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:23:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:23:24 +0200 |
commit | 272cd322437b2df4990ab9a3efd514e17a70369d (patch) | |
tree | 4606ba6e57078a22f676818296d05593962a7108 | |
parent | d73df4a04331d4c544122f02d6331a8fb50608ee (diff) | |
download | mkinitcpio-randommac-main.tar.gz mkinitcpio-randommac-main.tar.zst |
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,5 +12,5 @@ install: release: git archive --format=tar.xz --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) > mkinitcpio-randommac-$(VERSION).tar.xz - gpg -ab mkinitcpio-randommac-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment mkinitcpio-randommac-$(VERSION).tar.xz mkinitcpio-randommac-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-randommac-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |