Move checksum transcriber checksum to x86 specific name.

This commit is contained in:
Andrius Štikonas 2023-04-30 18:45:41 +01:00
parent de9f898f85
commit dbc6a25be1
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set -ex
# checksum-transcriber utility
M2LIBC_PATH=/M2libc
M2-Mesoplanet --architecture ${ARCH} -f checksum-transcriber.c -o ${bindir}/checksum-transcriber
sha256sum -c checksum-transcriber.SHA256SUM
sha256sum -c checksum-transcriber.${ARCH}.SHA256SUM
# simple patch tool based on before and after chunks
M2-Mesoplanet --architecture x86 -f simple-patch.c -o /x86/bin/simple-patch