From 33eb0dfd912e895e644590bcf2515090619fc42e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 2 Jan 2013 11:23:08 +0100 Subject: Correcting legacy filename for checksum files. --- scripts/build/binary_checksums | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/binary_checksums') diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 3636d68bd..a19f16230 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -49,7 +49,7 @@ do ;; *) - CHECKSUMS="${CHECKSUM}sums.txt" + CHECKSUMS="${CHECKSUM}sum.txt" ;; esac @@ -68,7 +68,7 @@ do \! -path './boot/boot.bin' \ \! -path './boot/grub/stage2_eltorito' \ \! -path './*SUMS' \ - \! -path './*sums.txt' \ + \! -path './*sum.txt' \ -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -- cgit v1.2.3