mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-libs/libsdl2: fix dot-a.eclass usage
This package has USE=static-libs, so we need to prompt it with "${ED}"
to strip bytecode.
Fixes: af83cdda1378eaa8c8521d92c7d15efc3210e443
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
353119ca6d
commit
ed625ebb88
@ -212,5 +212,5 @@ multilib_src_install_all() {
|
||||
rm -r "${ED}"/usr/share/licenses/ || die
|
||||
dodoc {BUGS,CREDITS,README-SDL,TODO,WhatsNew}.txt README.md docs/README*.md
|
||||
use doc && dodoc -r docs/output/html/
|
||||
strip-lto-bytecode
|
||||
strip-lto-bytecode "${ED}"
|
||||
}
|
||||
|
||||
@ -212,5 +212,5 @@ multilib_src_install_all() {
|
||||
rm -r "${ED}"/usr/share/licenses/ || die
|
||||
dodoc {BUGS,CREDITS,README-SDL,TODO,WhatsNew}.txt README.md docs/README*.md
|
||||
use doc && dodoc -r docs/output/html/
|
||||
strip-lto-bytecode
|
||||
strip-lto-bytecode "${ED}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user