mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Move checksum-transcriber to a subdirectory
This commit is contained in:
parent
ddd8c8d380
commit
a0d4598028
7 changed files with 27 additions and 4 deletions
|
|
@ -9,10 +9,13 @@
|
|||
|
||||
set -ex
|
||||
|
||||
# checksum-transcriber utility
|
||||
M2LIBC_PATH=/M2libc
|
||||
M2-Mesoplanet --architecture ${ARCH} -f checksum-transcriber.c -o ${BINDIR}/checksum-transcriber
|
||||
sha256sum -c checksum-transcriber.${ARCH}.SHA256SUM
|
||||
|
||||
# checksum-transcriber utility
|
||||
pkg="checksum-transcriber-1.0"
|
||||
cd ${pkg}
|
||||
kaem --file ${pkg}.kaem
|
||||
cd ..
|
||||
|
||||
# simple patch tool based on before and after chunks
|
||||
pkg="simple-patch-1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue