x11-libs/cmrt: don't install *.la files

Closes: https://bugs.gentoo.org/847100
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-05-23 15:46:41 +02:00
parent 77b0042e23
commit f58d4a109a

View File

@@ -24,3 +24,8 @@ src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}