diff options
author | Sam James <sam@gentoo.org> | 2021-03-01 13:44:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-01 13:44:45 +0000 |
commit | 1a0d70cdd420a40dcbfa1d35485c76ead61ef151 (patch) | |
tree | 2280d8edac0d56ccd95cc52a2c981afe07b86889 /games-strategy/0ad | |
parent | app-editors/mousepad: Backport select-all fix (diff) | |
download | gentoo-1a0d70cdd420a40dcbfa1d35485c76ead61ef151.tar.gz gentoo-1a0d70cdd420a40dcbfa1d35485c76ead61ef151.tar.bz2 gentoo-1a0d70cdd420a40dcbfa1d35485c76ead61ef151.zip |
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@gentoo.org>
Diffstat (limited to 'games-strategy/0ad')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 4 |
1 files 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 e75968721281..5346f24636e3 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 |