diff options
Diffstat (limited to 'scripts/build/binary_checksums')
-rwxr-xr-x | scripts/build/binary_checksums | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index eba2c6b1d..3636d68bd 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -68,6 +68,7 @@ do \! -path './boot/boot.bin' \ \! -path './boot/grub/stage2_eltorito' \ \! -path './*SUMS' \ + \! -path './*sums.txt' \ -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF |