mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Write simple-patch binary to ${bindir} and remove hard coded paths
This commit is contained in:
parent
82f2204f91
commit
87601931b2
3 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ 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 x86 -f simple-patch.c -o /x86/bin/simple-patch
|
||||
M2-Mesoplanet --architecture x86 -f simple-patch.c -o ${bindir}/simple-patch
|
||||
|
||||
# Environmental variables needed for mes
|
||||
NYACC_PKG=nyacc-1.00.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue