mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 12:54:15 +01:00
remove .la files before installing
This commit is contained in:
parent
d1f8f55902
commit
5fa769d6e7
2 changed files with 12 additions and 0 deletions
|
|
@ -61,3 +61,9 @@ src_configure() {
|
||||||
$(use_enable python python3) \
|
$(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
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,3 +64,9 @@ src_configure() {
|
||||||
$(use_enable python python3) \
|
$(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