|
Line 0
Link Here
|
|
|
1 |
--- tools/install.py.orig 2012-08-11 15:59:08.000000000 +0800 |
| 2 |
+++ tools/install.py 2012-08-11 15:59:36.000000000 +0800 |
| 3 |
@@ -191,7 +191,7 @@ |
| 4 |
'deps/uv/include/uv-private/uv-unix.h', |
| 5 |
'deps/uv/include/uv-private/uv-win.h'], |
| 6 |
'include/node/uv-private/') |
| 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 |