From e4e3885fee1e9b6b0741e7cec0ad57080da387a4 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: Sat, 20 Apr 2024 12:24:37 +0300 Subject: [PATCH] 1 --- pnpm/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index 0b0706d..005952e 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -15,8 +15,8 @@ checksums=('SKIP') build() { cd ${srcdir} - chmod +x pnpm-linux-x64 - pnpm-linux-x64 setup --force + chmod +x ./pnpm-linux-x64 + ./pnpm-linux-x64 setup --force } package() {