Skip to content

Commit

Permalink
Install manpages to share/man on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd authored Mar 25, 2024
1 parent 3c0abdf commit 4062cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _find_css_files (self):
return data_files


if platform.system() in ['FreeBSD', 'OpenBSD']:
if platform.system() in ['OpenBSD']:
man_dir = 'man'
else:
man_dir = 'share/man'
Expand Down

0 comments on commit 4062cdd

Please sign in to comment.