From 06f5c59840ad2f715da20d349cbcbcda098e3877 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 2 Oct 2019 17:55:48 +0200 Subject: [PATCH] sys-devel/lld: Fix calling wrong src_install impl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/lld/lld-10.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2