Browse Source

install: install the "wafadmin" files into the correct directory

Before they were just being copied into "lib/node/".
Now they go into "lib/node/wafadmin/".
v0.8.7-release
Nathan Rajlich 13 years ago
parent
commit
57f785151a
  1. 2
      tools/install.py

2
tools/install.py

@ -125,7 +125,7 @@ def waf_files(action):
'tools/wafadmin/Tools/xlc.py',
'tools/wafadmin/Tools/xlcxx.py',
'tools/wafadmin/Utils.py'],
'lib/node/')
'lib/node/wafadmin/')
def update_shebang(path, shebang):
print 'updating shebang of %s' % path

Loading…
Cancel
Save