mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
remove .la files before installing
This commit is contained in:
parent
8c2e214d25
commit
8d2f7557a0
2 changed files with 14 additions and 2 deletions
|
|
@ -70,3 +70,9 @@ src_configure() {
|
|||
$(use_with fuse libfuse) \
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,3 +70,9 @@ src_configure() {
|
|||
$(use_with fuse libfuse) \
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue