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/".
This commit is contained in:
Nathan Rajlich 2012-08-04 00:10:58 -07:00
parent 110e499fe7
commit 57f785151a

View File

@ -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