summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-13 13:35:12 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-13 14:10:51 +0200
commit5fe2554293236702c505da580c24080d6d1d27c5 (patch)
tree3b4da2b5d9778c4e618eabd959d2fcdafc843184
parentxfce-extra/xfce4-windowck-plugin: Strip .la files (diff)
downloadgentoo-5fe25542.tar.gz
gentoo-5fe25542.tar.bz2
gentoo-5fe25542.zip
xfce-extra/xfce4-xkb-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild5
1 files changed, 5 insertions, 0 deletions
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
+}