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

index 48bc0eb09e8467971f2a195e13deaae130273ec6..1731f9cec343c356a56fccf2a63a9308a9f63a60 100644 (file)
@@ -38,6 +38,11 @@ src_prepare() {
        default
 }
 
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
        xdg_icon_cache_update
 }