summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-22 16:35:08 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-22 16:35:08 (EDT)
commit356192221ee08c117270637d7a41b708579ac446 (patch)
treebc4270a3193a5d8f33d849b948926603a3fd6dd7 /Makefile.am
parentb05cff0f54674dbd9bef02fb24ee586c574d827d (diff)
Makefile.am: Fix signatures uploading
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bf94c9..1a2b918 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,7 +148,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' \