Move simple-patch into a subdirectory

Add a checksum as well.

Closes #323
This commit is contained in:
fosslinux 2023-11-28 14:18:34 +11:00
parent 341a4681f5
commit ddd8c8d380
4 changed files with 25 additions and 1 deletions

View file

@ -15,7 +15,10 @@ M2-Mesoplanet --architecture ${ARCH} -f checksum-transcriber.c -o ${BINDIR}/chec
sha256sum -c checksum-transcriber.${ARCH}.SHA256SUM
# simple patch tool based on before and after chunks
M2-Mesoplanet --architecture ${ARCH} -f simple-patch.c -o ${BINDIR}/simple-patch
pkg="simple-patch-1.0"
cd ${pkg}
kaem --file ${pkg}.kaem
cd ..
# Environmental variables needed for mes
NYACC_PKG=nyacc-1.00.2