xorg-2.eclass: Remove use of prune_libtool_files
authorMatt Turner <mattst88@gentoo.org>
Wed, 20 Feb 2019 04:40:28 +0000 (20:40 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 21 Feb 2019 04:57:31 +0000 (20:57 -0800)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
eclass/xorg-2.eclass

index 7133aa365f18a24a4daf4bfc87962de19e4044d4..c35e659705fe4ce26668b86236c697fa7d869e02 100644 (file)
@@ -500,7 +500,7 @@ xorg-2_src_install() {
        fi
 
        # Don't install libtool archives (even for modules)
-       prune_libtool_files --all
+       find "${D}" -type f -name '*.la' -delete || die
 
        [[ -n ${FONT} ]] && remove_font_metadata
 }