From: Michał Górny Date: Tue, 13 Aug 2019 11:35:12 +0000 (+0200) Subject: xfce-extra/xfce4-xkb-plugin: Strip .la files X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5fe2554293236702c505da580c24080d6d1d27c5;p=gentoo.git xfce-extra/xfce4-xkb-plugin: Strip .la files Signed-off-by: Michał Górny --- diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild index cb252ebd4900..3b5cb074fe65 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild @@ -37,3 +37,8 @@ src_configure() { econf "${myconf[@]}" } + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}