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

Linux installers should install manpages to correct location #15243

Open
NikolaMilosavljevic opened this issue Nov 13, 2024 · 0 comments
Open

Comments

@NikolaMilosavljevic
Copy link
Member

Installer infra requires Manpage items to be set, in the installer project. However those get packaged and installed to /usr/share/doc, which is not a correct location -

<Copy
SourceFiles="@(Manpage)"
DestinationFiles="@(Manpage->'$(_LayoutDocs)/%(RecursiveDir)%(Filename)%(Extension)')" />

It appears that there are several ways to package and install manpages, and they should most likely be installed ot /usr/share/man. This is still TBD.

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

No branches or pull requests

1 participant