dev-lang/opencilk: fix installation

Closes: https://bugs.gentoo.org/854087
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-06-24 18:09:28 +02:00
parent 8d058a0e7a
commit 24640b40b3

View File

@@ -72,5 +72,5 @@ src_configure() {
src_install() {
cmake_src_install
# Do not install man pages which may conflict with llvm/clang/etc.
rm "${ED}/usr/share/man/man1/scan-build.1.bz2" || die
rm "${ED}/usr/share/man/man1/scan-build.1" || die
}