sys-devel/lld: Fix calling wrong src_install impl

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-02 17:55:48 +02:00
parent 102926fc34
commit 06f5c59840

View File

@@ -75,6 +75,6 @@ src_test() {
}
src_install() {
default
cmake-utils_src_install
find "${D}" -name '*.a' -delete || die
}