projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a121971
)
sys-fs/f2fs-tools: Drop la files
author
Justin Lecher
<jlec@gentoo.org>
Wed, 28 Dec 2016 10:53:09 +0000
(10:53 +0000)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 28 Dec 2016 10:53:09 +0000
(10:53 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
patch
|
blob
|
history
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 740e86336a8ec8d94ef09ae3077a8857a324a3f0..ebece1de95d079229380722efd11b9c3a4188cbe 100644
(file)
--- 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
+}