Lines 1-11
Link Here
|
1 |
--- tools/install.py.orig 2012-09-18 08:54:59.000000000 +0800 |
|
|
2 |
+++ tools/install.py 2012-09-18 12:17:19.000000000 +0800 |
3 |
@@ -114,7 +114,7 @@ |
4 |
assert(0) # unhandled action type |
5 |
|
6 |
def files(action): |
7 |
- action(['doc/node.1'], 'share/man/man1/') |
8 |
+ action(['doc/node.1'], 'man/man1/') |
9 |
action(['out/Release/node'], 'bin/node') |
10 |
|
11 |
# install unconditionally, checking if the platform supports dtrace doesn't |