Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manpages should go in share/man #666

Open
ryandesign opened this issue Jun 18, 2024 · 2 comments
Open

Manpages should go in share/man #666

ryandesign opened this issue Jun 18, 2024 · 2 comments

Comments

@ryandesign
Copy link

This code is wrong:

ngs/CMakeLists.txt

Lines 132 to 136 in dd1bc70

if(APPLE)
set(MAN_DIR share/man/man1)
else()
set(MAN_DIR man/man1)
endif()

As far as I know, manpages belong in share/man on all platforms of this millennium, not just Apple platforms. See the FHS.

See #503.

@ilyash-b
Copy link
Contributor

Thanks! I'll take a look

@ilyash-b
Copy link
Contributor

Fixed in dev now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants