summaryrefslogtreecommitdiff
path: root/sys-fs
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
parentsys-block/thin-provisioning-tools: Version Bump and Fixes for gcc-6 (diff)
downloadgentoo-19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.tar.gz
gentoo-19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.tar.bz2
gentoo-19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.zip
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')
-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 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
+}