commit: b3a09e249168500c8159742b390beec93aadcaaa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 11:44:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 11 11:50:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a09e24
xfce-extra/xfce4-sensors-plugin: Strip .la files
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
index 468288e4966..433877b1034 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
@@ -51,4 +51,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install manualdir="${EPREFIX}/usr/share/man/man1"
einstalldocs
+ find "${D}" -name '*.la' -delete || die
}