commit: 4500bf93a947a474bb3d8e58e18691a4b31113b3
parent e9e2e16d29d344b3a17d0842712ab98114eab0c8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 18 Sep 2024 07:30:58 +0200
remove --ignore-missing from sha512sum and download all arches
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fetch.sh b/fetch.sh
@@ -37,7 +37,7 @@ do
test -e "$file" || curl ${CURL_OPTS} -o "$file" "$url"
done
-for arch in ${ALPINE_ARCH:-$ALPINE_ARCHES}
+for arch in ${ALPINE_ARCHES}
do
for apk in $APKS_main
do
@@ -67,4 +67,4 @@ test -e sbase-b30fb568.tar.gz || curl ${CURL_OPTS} -o sbase-b30fb568.tar.gz http
cd -
-sha512sum -c --ignore-missing distfiles.SHA512SUM
+sha512sum -c distfiles.SHA512SUM
diff --git a/make-root.sh b/make-root.sh
@@ -79,7 +79,7 @@ gen_loksh_tcc_h() {
set -e
-sha512sum -c --ignore-missing distfiles.SHA512SUM
+sha512sum -c distfiles.SHA512SUM
if test -e "$out_base"; then
rm -fr "$out_base"