From 0a7d6c3bb86b5aed2003b06c1d1d5c630ad124f7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 22 Mar 2019 16:35:44 -0400 Subject: Makefile.am: Fix signatures uploading --- 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' \ -- cgit v0.9.1