sys-devel/clang: Fix compressing manpages

This commit is contained in:
Michał Górny
2017-04-06 09:15:11 +02:00
parent c738aff7a8
commit 76121eeaf8
2 changed files with 4 additions and 0 deletions

View File

@@ -291,4 +291,6 @@ multilib_src_install_all() {
if use static-analyzer; then
python_optimize "${ED}"usr/lib/llvm/${SLOT}/share/scan-view
fi
docompress "/usr/lib/llvm/${SLOT}/share/man"
}

View File

@@ -288,4 +288,6 @@ multilib_src_install_all() {
if use static-analyzer; then
python_optimize "${ED}"usr/lib/llvm/${SLOT}/share/scan-view
fi
docompress "/usr/lib/llvm/${SLOT}/share/man"
}