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
a751dc8579
commit
c68eebd60c
1 changed files with 6 additions and 0 deletions
|
|
@ -58,3 +58,9 @@ src_configure() {
|
|||
$(use_enable threads multi-threading-support) \
|
||||
|
||||
}
|
||||
|
||||
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