[arch-commits] Commit in npm/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Oct 3 02:55:53 UTC 2015


    Date: Saturday, October 3, 2015 @ 04:55:52
  Author: fyan
Revision: 142833

upgpkg: npm 3.3.5-1

Modified:
  npm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-03 02:55:38 UTC (rev 142832)
+++ PKGBUILD	2015-10-03 02:55:52 UTC (rev 142833)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=npm
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -41,7 +41,8 @@
   done
   
   # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp
+  #ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$pkgdir"/usr/bin/node-gyp
+  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp "$pkgdir"/usr/bin/node-gyp
   
   install -Dm644 "$srcdir/npm/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list