xfce-extra/xfce4-xkb-plugin: Strip .la files
authorMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 11:35:12 +0000 (13:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Aug 2019 12:10:51 +0000 (14:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild

index cb252ebd4900491ec44aa8b80f78b8350d3568ab..3b5cb074fe65eff5e8bdbf5b2f85545f56408735 100644 (file)
@@ -37,3 +37,8 @@ src_configure() {
 
        econf "${myconf[@]}"
 }
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}