summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f085dab..ab46b52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -217,7 +217,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); \