summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.py b/tools/install.py
index c99dc1579b..77e6d0cbd1 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -137,9 +137,9 @@ def files(action):
action(['src/node.stp'], 'share/systemtap/tapset/')
if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
- action(['doc/node.1'], 'man/man1/')
+ action(['doc/iojs.1'], 'man/man1/')
else:
- action(['doc/node.1'], 'share/man/man1/')
+ action(['doc/iojs.1'], 'share/man/man1/')
if 'true' == variables.get('node_install_npm'): npm_files(action)