Skip to content

Commit

Permalink
tools: install manpage to share/man for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet authored Mar 11, 2024
1 parent cde37e7 commit dab85bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def files(options, action):
action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/')
action(options, [os.path.join(options.v8_dir, 'tools/lldb_commands.py')], 'share/doc/node/')

if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
if 'openbsd' in sys.platform:
action(options, ['doc/node.1'], 'man/man1/')
else:
action(options, ['doc/node.1'], 'share/man/man1/')
Expand Down

0 comments on commit dab85bd

Please sign in to comment.