summaryrefslogtreecommitdiff
path: root/scripts/build/binary_checksums
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_checksums')
-rwxr-xr-xscripts/build/binary_checksums4
1 files changed, 2 insertions, 2 deletions
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