mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 17:01:28 +00:00
use two spaces in sha256sum command (issue #89)
This commit is contained in:
parent
85dcbf6687
commit
7294fa9438
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ define define_module =
|
|||||||
$(packages)/$($1_tar):
|
$(packages)/$($1_tar):
|
||||||
wget -O "$$@" $($1_url)
|
wget -O "$$@" $($1_url)
|
||||||
$(packages)/.$1_verify: $(packages)/$($1_tar)
|
$(packages)/.$1_verify: $(packages)/$($1_tar)
|
||||||
echo "$($1_hash) $$^" | sha256sum --check -
|
echo "$($1_hash) $$^" | sha256sum --check -
|
||||||
touch "$$@"
|
touch "$$@"
|
||||||
|
|
||||||
# Unpack the tar file and touch the canary so that we know
|
# Unpack the tar file and touch the canary so that we know
|
||||||
|
Loading…
Reference in New Issue
Block a user