diff options
author | Patrick 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) |
commit | 356192221ee08c117270637d7a41b708579ac446 (patch) | |
tree | bc4270a3193a5d8f33d849b948926603a3fd6dd7 | |
parent | b05cff0f54674dbd9bef02fb24ee586c574d827d (diff) |
Makefile.am: Fix signatures uploading
-rw-r--r-- | Makefile.am | 2 |
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' \ |