summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-11 13:44:53 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-11 13:50:54 +0200
commitb3a09e249168500c8159742b390beec93aadcaaa (patch)
tree994a4dc94f45ea1ece4dd5026a6d64bf84e19a3c /xfce-extra/xfce4-sensors-plugin
parentxfce-extra/xfce4-sensors-plugin: Bump to 1.3.0 (stable) (diff)
downloadgentoo-b3a09e249168500c8159742b390beec93aadcaaa.tar.gz
gentoo-b3a09e249168500c8159742b390beec93aadcaaa.tar.bz2
gentoo-b3a09e249168500c8159742b390beec93aadcaaa.zip
xfce-extra/xfce4-sensors-plugin: Strip .la files
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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 468288e49666..433877b10343 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
}