Skip to content

configure's mandir has unusual behaviour #106

@thesamesam

Description

@thesamesam

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 coming

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions