From b5be73ab5e18fcf3a4c6710e01190f633f17a52b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 18 Nov 2023 14:47:45 -0600 Subject: [PATCH] Fix gz/xz mismatch. --- scripts/mcm-buildall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mcm-buildall.sh b/scripts/mcm-buildall.sh index e9081d05..7ea52903 100755 --- a/scripts/mcm-buildall.sh +++ b/scripts/mcm-buildall.sh @@ -181,7 +181,7 @@ patch_mcm() # mcm redundantly downloads tarball if hash file has newer timestamp, # and it whack-a-moles how to download kernels by version for some reason. touch -d @1 hashes/linux-6.6.tar.xz.sha1 && - touch -d @1 hashes/musl-1.2.4.tar.xz.sha1 && + touch -d @1 hashes/musl-1.2.4.tar.gz.sha1 && sed -i 's/\(.*linux-\)3\(.*\)v3.x/\16\2v6.x/' Makefile && # Rich won't merge this: nommu toolchains need to vfork() and pipe. -- 2.39.2