mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05:24 +01:00
Move simple-patch into a subdirectory
Add a checksum as well. Closes #323
This commit is contained in:
parent
341a4681f5
commit
ddd8c8d380
4 changed files with 25 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue