diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-06-12 22:28:32 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-06-12 22:28:32 +0900 |
commit | dfbd16955f1cf0531abdc1402f3ce7403b019200 (patch) | |
tree | b4441e8408aab7659b2183772133c1d29433b88a | |
parent | mail-client/sylpheed: update to EAPI 8 (diff) | |
download | gentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.tar.gz gentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.tar.bz2 gentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.zip |
mail-client/sylpheed: prune .la files
Closes: https://bugs.gentoo.org/847208
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild index f14a148984bc..57420df5d568 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild @@ -61,4 +61,6 @@ src_install() { emake DESTDIR="${D}" install-plugin docinto plugin/attachment_tool dodoc README + + find "${ED}" -name '*.la' -delete || die } |