Skip to content

Commit

Permalink
Fix gz/xz mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
landley committed Nov 18, 2023
1 parent 3690494 commit b5be73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mcm-buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5be73a

Please sign in to comment.