mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 07:41:30 +02:00
remove .la files before installing
This commit is contained in:
parent
8e128f9b65
commit
ecc735dabc
1 changed files with 6 additions and 0 deletions
|
|
@ -51,3 +51,9 @@ src_configure() {
|
|||
$(use_enable python python3) \
|
||||
|
||||
}
|
||||
|
||||
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