From 5fe2554293236702c505da580c24080d6d1d27c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 13 Aug 2019 13:35:12 +0200 Subject: [PATCH] xfce-extra/xfce4-xkb-plugin: Strip .la files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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 +} -- 2.26.2