From: Michał Górny Date: Wed, 2 Oct 2019 15:55:48 +0000 (+0200) Subject: sys-devel/lld: Fix calling wrong src_install impl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=06f5c59840ad2f715da20d349cbcbcda098e3877;p=gentoo.git sys-devel/lld: Fix calling wrong src_install impl Signed-off-by: Michał Górny --- diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild index 71f20ca05123..6125066285f7 100644 --- a/sys-devel/lld/lld-10.0.0.9999.ebuild +++ b/sys-devel/lld/lld-10.0.0.9999.ebuild @@ -75,6 +75,6 @@ src_test() { } src_install() { - default + cmake-utils_src_install find "${D}" -name '*.a' -delete || die }