mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 03:15:23 +01:00
Do remove empty checksum files. GNU sha256sum does not accept them.
This commit is contained in:
parent
a27e7b99a7
commit
0be033fada
5 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ build () {
|
|||
cd ../..
|
||||
|
||||
echo "${pkg}: checksumming installed files."
|
||||
sha256sum -c "${checksum_f}"
|
||||
test -e "${checksum_f}" && sha256sum -c "${checksum_f}"
|
||||
|
||||
echo "${pkg}: build successful"
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue