From e928508a6a956de947eda5051197a153e4d1f4d1 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 12:53:53 +0300 Subject: [PATCH] 1 --- pnpm/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index cf3df71..5a272b2 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -16,5 +16,5 @@ sources=("https://ftp5.gwdg.de/pub/linux/archlinux/extra/os/x86_64/pnpm-8.15.2-2 checksums=('SKIP') package() { - cd ${srcdir} + install -Dm644 ${srcdir}/usr ${pkgdir} }