summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-28 22:07:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-28 22:07:56 (EDT)
commit51ee91e36b78c224e1b11976a08f01923f6bb7dc (patch)
treee10655284140d1cd71260f5f86087928b6871fbe
parent0d633fbd26200bb06b4f26477464f4228bcf650c (diff)
Makefile.am: Make detached OpenPGP signatures
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 438efe9..3cbf383 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,7 +144,7 @@ release:
set -e; \
sigs=''; \
for f in $(DIST_ARCHIVES); do \
- gpg --local-user $(KEY) --armor --sign $${f}; \
+ gpg --local-user $(KEY) --armor --detach-sign $${f}; \
sigs="$${sigs} $${f}.asc"; \
done; \
ssh files@files.proteanos.com mkdir -p files/pub/$(PACKAGE); \