mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Use relative paths and variables instead of hardcoding absolute path.
This commit is contained in:
parent
d918b984ad
commit
7d2a3137dd
1 changed files with 4 additions and 4 deletions
|
|
@ -31,10 +31,10 @@ cd ..
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
untar --file ../src/${TCC_TAR}.tar
|
untar --file ../src/${TCC_TAR}.tar
|
||||||
/x86/bin/simple-patch /sysa/tcc-0.9.26/build/tcc-0.9.26-1136-g5bba73cc/tcctools.c \
|
/x86/bin/simple-patch ${TCC_PKG}/tcctools.c \
|
||||||
/sysa/tcc-0.9.26/simple-patches/remove-fileopen.before /sysa/tcc-0.9.26/simple-patches/remove-fileopen.after
|
../simple-patches/remove-fileopen.before ../simple-patches/remove-fileopen.after
|
||||||
/x86/bin/simple-patch /sysa/tcc-0.9.26/build/tcc-0.9.26-1136-g5bba73cc/tcctools.c \
|
/x86/bin/simple-patch ${TCC_PKG}/tcctools.c \
|
||||||
/sysa/tcc-0.9.26/simple-patches/addback-fileopen.before /sysa/tcc-0.9.26/simple-patches/addback-fileopen.after
|
../simple-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after
|
||||||
|
|
||||||
untar --non-strict --file ../src/${MES_PKG}.tar
|
untar --non-strict --file ../src/${MES_PKG}.tar
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue