Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
installer: reapply b21c8e0, 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.
  • Loading branch information
bnoordhuis committed Sep 4, 2012
1 parent 972cdf8 commit 2efa3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.py
Expand Up @@ -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
Expand Down

0 comments on commit 2efa3ae

Please sign in to comment.