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.
This commit is contained in:
parent
4432dc8187
commit
2b5bc8e0d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user