summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 11:23:08 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 11:23:34 +0100
commit4b13d3864cf5639f64b7cb62e4a20a778a273435 (patch)
tree8a70363806672f9a1b1b2fdf01ec627c5c609f27
parentbccf0200234da99594a099addc7270205d170e00 (diff)
downloadvyos-live-build-4b13d3864cf5639f64b7cb62e4a20a778a273435.tar.gz
vyos-live-build-4b13d3864cf5639f64b7cb62e4a20a778a273435.zip
Correcting legacy filename for checksum files.
-rwxr-xr-xscripts/build/binary_checksums4
-rwxr-xr-xscripts/build/source_checksums4
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