mirror of https://gitee.com/openkylin/npm.git
Use the Debian packaged version of node-gyp instead
Forwarded: not-needed Reviewed-By: Xavier Guimard <yadd@debian.org> Last-Update: 2020-10-08 of the convenience copy that was removed on repack. Gbp-Pq: Name 2011_node-gyp-path.patch
This commit is contained in:
parent
41bf0da697
commit
5448301d1c
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
if [ "x$npm_config_node_gyp" = "x" ]; then
|
if [ "x$npm_config_node_gyp" = "x" ]; then
|
||||||
node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
|
/usr/bin/node-gyp "$@"
|
||||||
else
|
else
|
||||||
"$npm_config_node_gyp" "$@"
|
"$npm_config_node_gyp" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue