From f1ff0e7b600782e2ff9a7bd53dd93a33c64d8470 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 13:53:41 +0300 Subject: [PATCH] 1 --- node-semver/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-semver/lure.sh b/node-semver/lure.sh index 9b44e09..27c77fa 100644 --- a/node-semver/lure.sh +++ b/node-semver/lure.sh @@ -17,7 +17,7 @@ checksums=('SKIP') prepare() { cd "${srcdir}" - npm install -g --prefix ${pkgdir}/usr node-semver-${version}.tgz + npm install -g --prefix ${pkgdir}/usr semver-${version}.tgz chmod -R u=rwX,go=rX ${pkgdir} chown -R root:root ${pkgdir} }