From 4b13d3864cf5639f64b7cb62e4a20a778a273435 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 ++-- scripts/build/source_checksums | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 0e39e8efa..cbc29f0cc 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 diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums index fdf7cd2c9..cd47fd005 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -56,7 +56,7 @@ do ;; *) - CHECKSUMS="${CHECKSUM}sums.txt" + CHECKSUMS="${CHECKSUM}sum.txt" ;; esac @@ -72,7 +72,7 @@ do cd ${DIRECTORY} find . -type f \ \! -path './*SUMS' \ - \! -path './*sums.txt' \ + \! -path './*sum.txt' \ -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -- cgit v1.2.3