mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -24,3 +24,8 @@ src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user