mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
install: fix openbsd man page location
Man pages go into $PREFIX/man on OpenBSD, not $PREFIX/share/man.
This commit is contained in:
@@ -198,7 +198,7 @@ def files(action):
|
||||
# with dtrace support now (oracle's "unbreakable" linux)
|
||||
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/')
|
||||
else:
|
||||
action(['doc/node.1'], 'share/man/man1/')
|
||||
|
||||
Reference in New Issue
Block a user