summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-09-04 15:08:29 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-09-04 15:08:32 +0200
commit2efa3ae64f1c713d90ea094f465695fd075db08f (patch)
tree2a3a61de9d323819b92ddf838d76cdfbb9c279a3 /tools
parent972cdf82f14c237577ed5031d9ce92d0c23910e4 (diff)
downloadandroid-node-v8-2efa3ae64f1c713d90ea094f465695fd075db08f.tar.gz
android-node-v8-2efa3ae64f1c713d90ea094f465695fd075db08f.tar.bz2
android-node-v8-2efa3ae64f1c713d90ea094f465695fd075db08f.zip
installer: reapply b21c8e0b, honor --without-npm
This bug was already fixed in the v0.8 branch but git skips the patch when merging v0.8 into master. Reapply it manually. Fixes #3961.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py
index ca72a55864..89d64f894e 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -143,7 +143,7 @@ def files(action):
# with dtrace support now (oracle's "unbreakable" linux)
action(['src/node.d'], 'lib/dtrace/')
- if variables.get('node_install_npm'): npm_files(action)
+ if 'true' == variables.get('node_install_npm'): npm_files(action)
def run(args):
global dst_dir, node_prefix, target_defaults, variables