From 7d2a3137dd8b95a3a86e6348b4fe6d484d31221a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 1 May 2023 21:59:03 +0100 Subject: [PATCH] Use relative paths and variables instead of hardcoding absolute path. --- sysa/tcc-0.9.26/tcc-0.9.26.kaem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysa/tcc-0.9.26/tcc-0.9.26.kaem b/sysa/tcc-0.9.26/tcc-0.9.26.kaem index 7049879..c91ffd7 100755 --- a/sysa/tcc-0.9.26/tcc-0.9.26.kaem +++ b/sysa/tcc-0.9.26/tcc-0.9.26.kaem @@ -31,10 +31,10 @@ cd .. cd build untar --file ../src/${TCC_TAR}.tar -/x86/bin/simple-patch /sysa/tcc-0.9.26/build/tcc-0.9.26-1136-g5bba73cc/tcctools.c \ - /sysa/tcc-0.9.26/simple-patches/remove-fileopen.before /sysa/tcc-0.9.26/simple-patches/remove-fileopen.after -/x86/bin/simple-patch /sysa/tcc-0.9.26/build/tcc-0.9.26-1136-g5bba73cc/tcctools.c \ - /sysa/tcc-0.9.26/simple-patches/addback-fileopen.before /sysa/tcc-0.9.26/simple-patches/addback-fileopen.after +/x86/bin/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-patches/addback-fileopen.before ../simple-patches/addback-fileopen.after untar --non-strict --file ../src/${MES_PKG}.tar