Skip to content

Commit

Permalink
Merge pull request #898 from arrowd/patch-1
Browse files Browse the repository at this point in the history
Install manpages to share/man on FreeBSD
  • Loading branch information
mattrose authored Mar 26, 2024
2 parents 3c0abdf + 4062cdd commit bad3bda
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 bad3bda

Please sign in to comment.