logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 0be033fada1f51d912016eb3d823dd3ef84ed8ae
parent a27e7b99a7d8f9f9a70f41c4a06015f3b0bb12ee
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sun, 28 Feb 2021 22:07:55 +0000

Do remove empty checksum files. GNU sha256sum does not accept them.

Diffstat:

Dsysa/autoconf-2.12/checksums0
Dsysa/autoconf-2.13/checksums0
Dsysa/autoconf-2.52/checksums0
Dsysa/automake-1.4-p6/checksums0
Msysa/helpers.sh2+-
5 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/autoconf-2.12/checksums b/sysa/autoconf-2.12/checksums diff --git a/sysa/autoconf-2.13/checksums b/sysa/autoconf-2.13/checksums diff --git a/sysa/autoconf-2.52/checksums b/sysa/autoconf-2.52/checksums diff --git a/sysa/automake-1.4-p6/checksums b/sysa/automake-1.4-p6/checksums diff --git a/sysa/helpers.sh b/sysa/helpers.sh @@ -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 ..