use two spaces in sha256sum command (issue #89)

This commit is contained in:
Trammell Hudson 2017-01-27 15:47:08 -05:00 committed by Trammell Hudson
parent 85dcbf6687
commit 7294fa9438
Failed to extract signature

View File

@ -65,7 +65,7 @@ define define_module =
$(packages)/$($1_tar):
wget -O "$$@" $($1_url)
$(packages)/.$1_verify: $(packages)/$($1_tar)
echo "$($1_hash) $$^" | sha256sum --check -
echo "$($1_hash) $$^" | sha256sum --check -
touch "$$@"
# Unpack the tar file and touch the canary so that we know