mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Nit: simple-patch line length
This commit is contained in:
parent
fb408c17dd
commit
f7c028b588
1 changed files with 8 additions and 8 deletions
|
|
@ -20,15 +20,15 @@ cd ..
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
untar --file ../src/${pkg}.tar
|
untar --file ../src/${pkg}.tar
|
||||||
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tcctools.c \
|
simple-patch tcc-0.9.27/tcctools.c \
|
||||||
/sysa/tcc-0.9.27/simple-patches/remove-fileopen.before /sysa/tcc-0.9.27/simple-patches/remove-fileopen.after
|
../simple-patches/remove-fileopen.before ../simple-patches/remove-fileopen.after
|
||||||
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tcctools.c \
|
simple-patch tcc-0.9.27/tcctools.c \
|
||||||
/sysa/tcc-0.9.27/simple-patches/addback-fileopen.before /sysa/tcc-0.9.27/simple-patches/addback-fileopen.after
|
../simple-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after
|
||||||
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tccelf.c \
|
simple-patch tcc-0.9.27/tccelf.c \
|
||||||
/sysa/tcc-0.9.27/simple-patches/fiwix-paddr.before /sysa/tcc-0.9.27/simple-patches/fiwix-paddr.after
|
../simple-patches/fiwix-paddr.before ../simple-patches/fiwix-paddr.after
|
||||||
# Fix SIGSEGV while building lwext4
|
# Fix SIGSEGV while building lwext4
|
||||||
simple-patch /sysa/tcc-0.9.27/build/tcc-0.9.27/tccelf.c \
|
simple-patch tcc-0.9.27/tccelf.c \
|
||||||
/sysa/tcc-0.9.27/simple-patches/check-reloc-null.before /sysa/tcc-0.9.27/simple-patches/check-reloc-null.after
|
../simple-patches/check-reloc-null.before ../simple-patches/check-reloc-null.after
|
||||||
untar --non-strict --file ../src/${MES_PKG}.tar
|
untar --non-strict --file ../src/${MES_PKG}.tar
|
||||||
cd ${pkg}
|
cd ${pkg}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue