Skip to content

Commit

Permalink
Merge pull request #65 from RiveraGroup/make_prebuilt_work_with_exist…
Browse files Browse the repository at this point in the history
…ing_src_directory

make cp when using prebuilt more choosy
  • Loading branch information
ekalinin committed May 13, 2014
2 parents 3c22520 + 4528b7b commit cc6448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def install_node(env_dir, src_dir, opt):

if opt.prebuilt:
logger.info('.', extra=dict(continued=True))
callit(['cp', '-r', src_dir + '/*/*', env_dir], True, env_dir)
callit(['cp', '-r', src_dir + '/node-v*/*', env_dir], True, env_dir)
logger.info('.', extra=dict(continued=True))
else:
env = {}
Expand Down

0 comments on commit cc6448c

Please # to comment.