Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-08-04 11:10:58 +0400
committerNathan Rajlich <nathan@tootallnate.net>2012-08-04 11:10:58 +0400
commit57f785151aa68b1d01c6ca1b08be379fc5e8b538 (patch)
treec6eeedaf52f1b2371bff877b9833bbfc15bb7c40 /tools
parent110e499fe7dc65429a2fade29fe1573c35d97059 (diff)
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/".
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py
index d03aae9d1c8..2ee9903824e 100755
--- a/tools/install.py
+++ b/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