summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/binary_checksums13
-rwxr-xr-xscripts/build/source_checksums13
2 files changed, 14 insertions, 12 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums
index 697707724..80c862d01 100755
--- a/scripts/build/binary_checksums
+++ b/scripts/build/binary_checksums
@@ -63,12 +63,13 @@ do
-print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS}
cat > ${CHECKSUMS} << EOF
-This file contains the list of ${CHECKSUM} checksums of all files on this medium.
-
-You can verify them automatically with the 'integrity-check' boot parameter,
-or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'.
-
-
+## This file contains the list of ${CHECKSUM} checksums of all fileson this
+## medium.
+##
+## You can verify them automatically with the 'integrity-check' boot parameter,
+## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'.
+##
+##
EOF
cat ../${CHECKSUMS} >> ${CHECKSUMS}
diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums
index e03406473..e09a1a9f2 100755
--- a/scripts/build/source_checksums
+++ b/scripts/build/source_checksums
@@ -67,12 +67,13 @@ do
-print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS}
cat > ${CHECKSUMS} << EOF
-This file contains the list of ${CHECKSUM} checksums of all files on this medium.
-
-You can verify them automatically with the 'integrity-check' boot parameter,
-or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'.
-
-
+## This file contains the list of ${CHECKSUM} checksums of all files on this
+## medium.
+##
+## You can verify them automatically with the 'integrity-check' boot parameter,
+## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'.
+##
+##
EOF
cat ../${CHECKSUMS} >> ${CHECKSUMS}