mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/lld: Fix calling wrong src_install impl
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -75,6 +75,6 @@ src_test() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
cmake-utils_src_install
|
||||
find "${D}" -name '*.a' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user