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>
This commit is contained in:
Justin Lecher
2016-12-28 10:53:09 +00:00
parent a121971a2a
commit 19fd29beb0

View File

@@ -26,3 +26,8 @@ src_configure() {
--includedir=/usr/include \
--disable-static
}
src_install() {
default
find "${D}" -name "*.la" -delete || die
}