summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-05-01 00:34:58 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-05-01 00:38:14 +0100
commitdd36e593f95ebd05e799810514fe720f5d43b86b (patch)
treeaa499b10691c8dbffbf37d08cd5db998502a1413
parentdev-libs/librdkafka: security cleanup (diff)
downloadgentoo-dd36e593f95ebd05e799810514fe720f5d43b86b.tar.gz
gentoo-dd36e593f95ebd05e799810514fe720f5d43b86b.tar.bz2
gentoo-dd36e593f95ebd05e799810514fe720f5d43b86b.zip
games-puzzle/world-of-goo-hb: 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>
-rw-r--r--games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild b/games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild
index f08ef5823bf2..01269cea5750 100644
--- a/games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild
+++ b/games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild
@@ -51,12 +51,12 @@ src_unpack() {
src_install() {
exeinto "${dir}"
- newexe data/x86$(usex amd64 _64)/${MY_PN}.bin.x86$(usex amd64 _64) ${MY_PN}.bin
+ newexe data/x86$(usex amd64 _64 "")/${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/
- use bundled-libs && doins -r data/x86$(usex amd64 _64)/lib$(usex amd64 64)/
+ use bundled-libs && doins -r data/x86$(usex amd64 _64 "")/lib$(usex amd64 64 "")/
newicon -s 256 data/noarch/game/gooicon.png ${PN%-*}.png
make_desktop_entry ${PN%-*} "World of Goo" ${PN%-*}