commit: 1a0d70cdd420a40dcbfa1d35485c76ead61ef151 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 1 13:44:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 1 13:44:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0d70cd
games-strategy/0ad: fix doexe typos Fixes: bb706c5383db445f085b3ac628790a319ed9d309 Bug: https://bugs.gentoo.org/773574 Closes: https://bugs.gentoo.org/773565 Signed-off-by: Sam James <sam <AT> gentoo.org> games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index e7596872128..5346f24636e 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -213,9 +213,9 @@ src_install() { # Install bundled SpiderMonkey and nvtt # bug #771147 (comment 1) exeinto /usr/$(get_libdir)/${PN} - doexe binaries/system/{libCollada,libmozjs78-ps-release} + doexe binaries/system/{libCollada,libmozjs78-ps-release}.so - use nvtt && doexe /binaries/system/{libnvtt,libnvcore,libnvimage,libnvmath}.so + use nvtt && doexe binaries/system/{libnvtt,libnvcore,libnvimage,libnvmath}.so use editor && doexe binaries/system/libAtlasUI.so dodoc binaries/system/readme.txt
