Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Wed, 28 Dec 2016 10:53:17
Message-Id: 1482922389.19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.jlec@gentoo
1 commit: 19fd29beb01095d2eac3f1fdfe8f2081eab4ab98
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 10:53:09 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 10:53:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fd29be
7
8 sys-fs/f2fs-tools: Drop la files
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
17 index 740e863..ebece1d 100644
18 --- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
19 +++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
20 @@ -26,3 +26,8 @@ src_configure() {
21 --includedir=/usr/include \
22 --disable-static
23 }
24 +
25 +src_install() {
26 + default
27 + find "${D}" -name "*.la" -delete || die
28 +}