summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-28 22:05:55 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-28 22:05:55 (EDT)
commite57f7b61664f1e2e98b435f7bde897b6e8ab7269 (patch)
treed90335ee30d2fe961903df3928934701eb416046
parent43dad89aa15dd50967f5241a9150b78251fb3a06 (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 9d0490c..8d0ec07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,7 +169,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); \