Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: Install manpages into /usr/share/man
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
- Loading branch information