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/".
pull/24503/head
Nathan Rajlich 2012-08-04 00:10:58 -07:00
parent 110e499fe7
commit 57f785151a
1 changed files with 1 additions and 1 deletions

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