|
@ -198,7 +198,7 @@ def files(action): |
|
|
# with dtrace support now (oracle's "unbreakable" linux) |
|
|
# with dtrace support now (oracle's "unbreakable" linux) |
|
|
action(['src/node.d'], 'lib/dtrace/') |
|
|
action(['src/node.d'], 'lib/dtrace/') |
|
|
|
|
|
|
|
|
if 'freebsd' in sys.platform: |
|
|
if 'freebsd' in sys.platform or 'openbsd' in sys.platform: |
|
|
action(['doc/node.1'], 'man/man1/') |
|
|
action(['doc/node.1'], 'man/man1/') |
|
|
else: |
|
|
else: |
|
|
action(['doc/node.1'], 'share/man/man1/') |
|
|
action(['doc/node.1'], 'share/man/man1/') |
|
|