mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
llvm.org.eclass: fix manpage installation path
Closes: https://bugs.gentoo.org/887503 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -489,7 +489,7 @@ llvm_install_manpages() {
|
||||
# install pre-generated manpages
|
||||
if ! llvm_are_manpages_built; then
|
||||
# (doman does not support custom paths)
|
||||
insinto "/usr/lib/llvm/${SLOT}/share/man/man1"
|
||||
insinto "/usr/lib/llvm/${LLVM_MAJOR}/share/man/man1"
|
||||
doins "${WORKDIR}/llvm-${PV}-manpages/${LLVM_COMPONENTS[0]}"/*.1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user