aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-16 21:09:25 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:04 -0400
commit97c658652bcb83737638b65c1b75d068c20553d5 (patch)
tree08d4736975adaaea681991b545d50440a7f1fc01 /Makefile
parentAdded gitconfig (diff)
Fixed detach sig signing
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26c99ec..f0c0d53 100755
--- a/Makefile
+++ b/Makefile
@@ -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.