commit: 19fd29beb01095d2eac3f1fdfe8f2081eab4ab98
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 10:53:09 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 10:53:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fd29be
sys-fs/f2fs-tools: Drop la files
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
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 740e863..ebece1d 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
+}