[arch-commits] Commit in node-gyp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 4 04:43:44 UTC 2021
Date: Tuesday, May 4, 2021 @ 04:43:44
Author: felixonmars
Revision: 927349
upgpkg: node-gyp 8.0.0-1
Modified:
node-gyp/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-04 04:43:05 UTC (rev 927348)
+++ PKGBUILD 2021-05-04 04:43:44 UTC (rev 927349)
@@ -14,7 +14,7 @@
sha512sums=('26877a371c96b5cc2ba4041ed0efda5cea42e507e7728b60b46ef7760eb9cfa556fc2ea0fc6e2389a8d741404827ca64fd57ccea605813d04dfc7bee753ba751')
package() {
- npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+ npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/npm/issues/9359 for details.
More information about the arch-commits
mailing list