diff options
author | Patrick 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) |
commit | 0a7d6c3bb86b5aed2003b06c1d1d5c630ad124f7 (patch) | |
tree | 6cb7c149609336aecbd82eda75fe22f1e30b9db0 /Makefile.am | |
parent | 737bee44fbc2362c8ea729b65a2374e64438bab2 (diff) |
Makefile.am: Fix signatures uploading
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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' \ |