iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Man pages are installed to wrong location

dvzrv opened this issue Β· comments

Hi! πŸ‘‹

When looking into the packaging for Arch Linux I noticed that the man pages are installed to a hardcoded location:

install(FILES ${GZFILES} DESTINATION share/bcc/man/man8)

On Linux distributions the usual directory for man pages is below /usr/share/man/, while the directory /usr/share/bcc/ is for any other additional architecture-independent data specific to bcc.

Is there a reason the files are being installed to this location? This way they can not be picked up by any man implementation.