From 356192221ee08c117270637d7a41b708579ac446 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 22 Mar 2019 16:35:08 -0400 Subject: Makefile.am: Fix signatures uploading --- (limited to 'Makefile.am') 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' \ -- cgit v0.9.1