diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-19 20:40:28 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-20 20:57:31 -0800 |
commit | d4138a83a2785c35c1347ccb5535f965c1f4a1aa (patch) | |
tree | 0366685f1a8f42c24e25d18ed53704d780faf1f6 /eclass | |
parent | xorg-2.eclass: Drop support for EAPI 3 (diff) | |
download | gentoo-d4138a83a2785c35c1347ccb5535f965c1f4a1aa.tar.gz gentoo-d4138a83a2785c35c1347ccb5535f965c1f4a1aa.tar.bz2 gentoo-d4138a83a2785c35c1347ccb5535f965c1f4a1aa.zip |
xorg-2.eclass: Remove use of prune_libtool_files
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 7133aa365f18..c35e659705fe 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -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 } |