commit:     e804dff63cef90faa5c386ee08bd407d2dcd62fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 08:38:53 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 08:39:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e804dff6

xfce-base/thunar: Remove .la files

 xfce-base/thunar/thunar-1.7.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/xfce-base/thunar/thunar-1.7.0.ebuild 
b/xfce-base/thunar/thunar-1.7.0.ebuild
index e3bf41864d8..d76ea4e85de 100644
--- a/xfce-base/thunar/thunar-1.7.0.ebuild
+++ b/xfce-base/thunar/thunar-1.7.0.ebuild
@@ -67,6 +67,11 @@ src_test() {
        virtx emake check
 }
 
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
        xdg_desktop_database_update
        gnome2_icon_cache_update

Reply via email to