From: Justin Lecher Date: Wed, 28 Dec 2016 10:53:09 +0000 (+0000) Subject: sys-fs/f2fs-tools: Drop la files X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=19fd29beb01095d2eac3f1fdfe8f2081eab4ab98;p=gentoo.git sys-fs/f2fs-tools: Drop la files Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild index 740e86336a8e..ebece1de95d0 100644 --- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild +++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild @@ -26,3 +26,8 @@ src_configure() { --includedir=/usr/include \ --disable-static } + +src_install() { + default + find "${D}" -name "*.la" -delete || die +}