diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-16 21:09:25 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:04 -0400 |
commit | 97c658652bcb83737638b65c1b75d068c20553d5 (patch) | |
tree | 08d4736975adaaea681991b545d50440a7f1fc01 /Makefile | |
parent | Added gitconfig (diff) |
Fixed detach sig signing
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ sha256sums: $(LOCAL_FILES) $(GLOBAL_FILES) Makefile sha256sums.asc: sha256sums rm -f $@ - gpg --clearsign --detach-sign $< + gpg --armor --detach-sign $< verify: # BSD sha256 sum command doesn't have a -c option. |