commit: f7c028b5883516b748ad57d400614f88dd36318f
parent fb408c17dd071543bb563bd275d9ed01af9d7b73
Author: fosslinux <fosslinux@aussies.space>
Date: Tue, 28 Nov 2023 13:36:05 +1100
Nit: simple-patch line length
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/sysa/tcc-0.9.27/tcc-0.9.27.kaem b/sysa/tcc-0.9.27/tcc-0.9.27.kaem
@@ -20,15 +20,15 @@ cd ..
cd build
untar --file ../src/${pkg}.tar
-simple-patch /sysa/tcc-0.9.27/build/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-patch /sysa/tcc-0.9.27/build/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-patch /sysa/tcc-0.9.27/build/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-patch tcc-0.9.27/tcctools.c \
+ ../simple-patches/remove-fileopen.before ../simple-patches/remove-fileopen.after
+simple-patch tcc-0.9.27/tcctools.c \
+ ../simple-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after
+simple-patch tcc-0.9.27/tccelf.c \
+ ../simple-patches/fiwix-paddr.before ../simple-patches/fiwix-paddr.after
# Fix SIGSEGV while building lwext4
-simple-patch /sysa/tcc-0.9.27/build/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-patch tcc-0.9.27/tccelf.c \
+ ../simple-patches/check-reloc-null.before ../simple-patches/check-reloc-null.after
untar --non-strict --file ../src/${MES_PKG}.tar
cd ${pkg}