summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-22 16:35:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-22 16:35:44 (EDT)
commit0a7d6c3bb86b5aed2003b06c1d1d5c630ad124f7 (patch)
tree6cb7c149609336aecbd82eda75fe22f1e30b9db0
parent737bee44fbc2362c8ea729b65a2374e64438bab2 (diff)
Makefile.am: Fix signatures uploading
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ad8673..aaf1564 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -214,7 +214,7 @@ release:
sigs="$${sigs} $${f}.asc"; \
done; \
ssh files@files.proteanos.com mkdir -p files/pub/$(PACKAGE); \
- rsync -az --progress --stats $(DIST_ARCHIVES) ${sigs} \
+ rsync -az --progress --stats $(DIST_ARCHIVES) $${sigs} \
MD5SUMS SHA256SUMS \
files@files.proteanos.com:files/pub/$(PACKAGE)/$(VERSION)/
'$(srcdir)/scripts/announce-release.sh' \