mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +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
|
|
@ -31,9 +31,9 @@ cd ..
|
|||
|
||||
cd build
|
||||
untar --file ../src/${TCC_TAR}.tar
|
||||
/x86/bin/simple-patch ${TCC_PKG}/tcctools.c \
|
||||
simple-patch ${TCC_PKG}/tcctools.c \
|
||||
../simple-patches/remove-fileopen.before ../simple-patches/remove-fileopen.after
|
||||
/x86/bin/simple-patch ${TCC_PKG}/tcctools.c \
|
||||
simple-patch ${TCC_PKG}/tcctools.c \
|
||||
../simple-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after
|
||||
|
||||
untar --non-strict --file ../src/${MES_PKG}.tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue