Skip to content

install: Install manpages into /usr/share/man #207

Merged
merged 1 commit into from
Sep 16, 2021
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented Sep 15, 2021

Currently we install manpages into /usr/man but they end up in
/usr/share/man anyway, because of the /usr/man -> /usr/share/man
symlink.

The problem is, that the bee index is wrong and, for example, bee query
doesn't identify the source of the files in /usr/share/man. According to
FHS [1], /usr/share/man is the correct destination.

Fix install script to use /usr/share/man instead of /usr/man.

[1] https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html

Currently we install manpages into /usr/man but they end up in
/usr/share/man anyway, because of the /usr/man -> /usr/share/man
symlink.

The problem is, that the bee index is wrong and, for example, `bee query`
doesn't identify the source of the files in /usr/share/man. According to
FHS [1], /usr/share/man is the correct destination.

Fix install script to use /usr/share/man instead of /usr/man.

[1] https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants