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
df0bc033c4
commit
974e6b5262
2 changed files with 12 additions and 0 deletions
|
|
@ -87,3 +87,9 @@ src_test() {
|
|||
ewarn "This is due to a long-running test named test_glob.sh that may take a minute to complete."
|
||||
default_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,3 +87,9 @@ src_test() {
|
|||
ewarn "This is due to a long-running test named test_glob.sh that may take a minute to complete."
|
||||
default_src_test
|
||||
}
|
||||
|
||||
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