summaryrefslogtreecommitdiff
path: root/sys-fs/f2fs-tools
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-12-28 10:53:09 +0000
committerJustin Lecher <jlec@gentoo.org>2016-12-28 10:53:09 +0000
commit19fd29beb01095d2eac3f1fdfe8f2081eab4ab98 (patch)
tree44764d87b2ba99445b7132187cb98ea7470f276e /sys-fs/f2fs-tools
parenta121971a2a828064776d338ed771bdfc5b852052 (diff)
downloadgentoo-19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.tar.gz
gentoo-19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.tar.xz
sys-fs/f2fs-tools: Drop la files
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/f2fs-tools')
-rw-r--r--sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild5
1 files changed, 5 insertions, 0 deletions
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 740e86336a8..ebece1de95d 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
+}