summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
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
+}