-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
local-reviewFix not yet publically visible, but comingFix not yet publically visible, but coming
Description
Nick and I already discussed this a bit but filing a bug so I don't have to juggle so much in my head.
With the usual mandir (the base of the man directory, not a specific category), we end up with dtrace.8
being installed into mandir
, not the correct category subdir.
I had to adjust the ebuild like:
- --mandir="${EPREFIX}"/usr/share/man
+ --mandir="${EPREFIX}"/usr/share/man/man8
See https://bugs.gentoo.org/938209 and 850a084b7f9ba426afb1febec97c613c90498484 in gentoo.git.
Metadata
Metadata
Assignees
Labels
local-reviewFix not yet publically visible, but comingFix not yet publically visible, but coming