xfce-extra/xfce4-sensors-plugin: Strip .la files
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 May 2018 11:44:53 +0000 (13:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 May 2018 11:50:54 +0000 (13:50 +0200)
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild

index 468288e49666a57c67302ae16d78d5dc75904f98..433877b103433b066b2dc673264f055dd0bd217d 100644 (file)
@@ -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
 }