Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
node-gyp


Commits:
0f1f59f9 by Daniel M. Capella at 2025-02-11T13:39:07-05:00
upgpkg: 11.1.0-3: Fix symlink

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = node-gyp
        pkgdesc = Node.js native addon build tool
        pkgver = 11.1.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/nodejs/node-gyp
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=node-gyp
 pkgver=11.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Node.js native addon build tool'
 arch=('any')
 url='https://github.com/nodejs/node-gyp'
@@ -33,7 +33,7 @@ package() {
   local mod_dir=/usr/lib/node_modules/$pkgname
 
   install -d "$pkgdir"/{usr/{bin,share/licenses/$pkgname},$mod_dir}
-  ln -s $mod_dir/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  ln -s $mod_dir/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
   ln -s $mod_dir/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
 
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/0f1f59f9d6a4f2dc18dd2dc3eaa859629ae68ad9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/0f1f59f9d6a4f2dc18dd2dc3eaa859629ae68ad9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to