mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
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:
parent
110e499fe7
commit
57f785151a
@ -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…
Reference in New Issue
Block a user