From 57f785151aa68b1d01c6ca1b08be379fc5e8b538 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sat, 4 Aug 2012 00:10:58 -0700 Subject: [PATCH] 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/". --- tools/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.py b/tools/install.py index d03aae9d1c..2ee9903824 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