From 58c16021d2b62315699cccaa2a209edac44b0865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Apr 2024 15:14:13 +0300 Subject: [PATCH] 1 --- arrpc/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arrpc/lure.sh b/arrpc/lure.sh index d80384a..9b3ffde 100644 --- a/arrpc/lure.sh +++ b/arrpc/lure.sh @@ -17,7 +17,7 @@ checksums=('SKIP') build() { cd "${srcdir}/arrpc/" - patch ./src/index.js ../async.patch + patch ./src/index.js ${scriptdir}/async.patch npm i esbuild pkg # use node 18 as pkg apparently doesn't support 19 yet npx esbuild --bundle --platform=node --target=node18 --outdir=dist ./src/index.js @@ -28,5 +28,5 @@ package() { cd "${srcdir}/arrpc" install-binary ./arrpc install-license ./LICENSE - install-systemd-user ../arrpc.service + install-systemd-user ${scriptdir}/arrpc.service } \ No newline at end of file