diff options
author | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-04 00:10:58 -0700 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-04 00:10:58 -0700 |
commit | 57f785151aa68b1d01c6ca1b08be379fc5e8b538 (patch) | |
tree | c6eeedaf52f1b2371bff877b9833bbfc15bb7c40 /tools | |
parent | 110e499fe7dc65429a2fade29fe1573c35d97059 (diff) | |
download | node-57f785151aa68b1d01c6ca1b08be379fc5e8b538.tar.gz |
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-x | tools/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py index d03aae9d1..2ee990382 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 |