sys-devel/lld: Also strip headers in 10+
authorMichał Górny <mgorny@gentoo.org>
Wed, 2 Oct 2019 16:19:58 +0000 (18:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 2 Oct 2019 17:04:09 +0000 (19:04 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/lld/lld-10.0.0.9999.ebuild

index 6125066285f7019921ab05745cd149ed4b545f72..9d1c88d828d37a76a603d4efafcc4660efec61e6 100644 (file)
@@ -76,5 +76,6 @@ src_test() {
 
 src_install() {
        cmake-utils_src_install
-       find "${D}" -name '*.a' -delete || die
+       # LLD has no shared libraries, so strip it all for the time being
+       rm -r "${ED}"/usr/{include,lib*} || die
 }