sys-cluster/synapse: remove .la files

Closes: https://bugs.gentoo.org/840716
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-25 19:58:31 +02:00
parent d98c1a78ae
commit eb229bfa88

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,6 +38,6 @@ src_configure() {
src_install() {
MAKEOPTS="-j1" DESTDIR="${D}" emake install
find "${ED}" -name '*.a' -delete || die
find "${ED}" -name '*.la' -delete || die
find "${ED}" -name '*.a' -delete || die
}