mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-03-06 21:51:52 +01:00
remove .la files before installing
This commit is contained in:
parent
90f4374602
commit
29baa7e31f
2 changed files with 12 additions and 0 deletions
|
|
@ -37,3 +37,9 @@ src_configure() {
|
|||
$(use_with nls libintl-prefix) \
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,3 +37,9 @@ src_configure() {
|
|||
$(use_with nls libintl-prefix) \
|
||||
|
||||
}
|
||||
|
||||
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