dev-libs/libdbf: remove .la file

Closes: https://bugs.gentoo.org/891943
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2023-01-24 11:11:20 -05:00
parent 422b997ef7
commit c15120eac0

View File

@@ -39,4 +39,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
find "${ED}" -name '*.la' -delete || die
}