commit: 2ad4a9c2ef6511dc2f73ccd31590571e8fc06c50 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 14 23:42:08 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 23:42:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad4a9c2
net-dns/updatedd: fix src_install Closes: https://bugs.gentoo.org/885977 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/updatedd/{updatedd-2.6-r7.ebuild => updatedd-2.6-r8.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/updatedd/updatedd-2.6-r7.ebuild b/net-dns/updatedd/updatedd-2.6-r8.ebuild similarity index 98% rename from net-dns/updatedd/updatedd-2.6-r7.ebuild rename to net-dns/updatedd/updatedd-2.6-r8.ebuild index 4b7df5532d7e..563946854844 100644 --- a/net-dns/updatedd/updatedd-2.6-r7.ebuild +++ b/net-dns/updatedd/updatedd-2.6-r8.ebuild @@ -34,5 +34,7 @@ src_prepare() { } src_install() { + default + find "${ED}" -name '*.la' -delete || die }
