From 2b5bc8e0d60209679d6b17de97e1f8ef29434aa4 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 16 Mar 2013 23:18:50 +0100 Subject: [PATCH] install: don't install man page twice Looks like a merge conflict in 77ed12f left in the old, unconditional install rule. Remove it, the new and improved rule is a few lines down. Fixes #5044. --- tools/install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install.py b/tools/install.py index c8ad828c1d..48943de91b 100755 --- a/tools/install.py +++ b/tools/install.py @@ -119,7 +119,6 @@ def npm_files(action): assert(0) # unhandled action type def files(action): - action(['doc/node.1'], 'share/man/man1/') action(['out/Release/node'], 'bin/node') # install unconditionally, checking if the platform supports dtrace doesn't