summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-05-01 00:35:23 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-05-01 00:38:17 +0100
commit6fdb4adf6d200ec17787798b9e02ccadb684955a (patch)
tree7685df0d4a6cbd87d640d05895b2c2f2adffb2b0 /games-puzzle/world-of-goo-gog
parentgames-puzzle/world-of-goo-hb: Fix bad usex usage on x86 (diff)
downloadgentoo-6fdb4adf6d200ec17787798b9e02ccadb684955a.tar.gz
gentoo-6fdb4adf6d200ec17787798b9e02ccadb684955a.tar.bz2
gentoo-6fdb4adf6d200ec17787798b9e02ccadb684955a.zip
games-puzzle/world-of-goo-gog: Fix bad usex usage on x86
Closes: https://bugs.gentoo.org/720186 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle/world-of-goo-gog')
-rw-r--r--games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild b/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
index 186582c1e154..28a6b68bfeca 100644
--- a/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
+++ b/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
@@ -47,12 +47,12 @@ src_unpack() {
src_install() {
exeinto "${dir}"
- newexe data/noarch/game/${MY_PN}.bin.x86$(usex amd64 _64) ${MY_PN}.bin
+ newexe data/noarch/game/${MY_PN}.bin.x86$(usex amd64 _64 "") ${MY_PN}.bin
dosym "../..${dir}"/${MY_PN}.bin /usr/bin/${PN%-*}
insinto "${dir}"
doins -r data/noarch/game/game/
- use bundled-libs && doins -r data/noarch/game/lib$(usex amd64 64)/
+ use bundled-libs && doins -r data/noarch/game/lib$(usex amd64 64 "")/
newicon -s 256 data/noarch/game/game/gooicon.png ${PN%-*}.png
make_desktop_entry ${PN%-*} "World of Goo" ${PN%-*}