diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-04-29 00:15:57 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-04-29 00:15:57 +0100 |
commit | e00abba0a36cc19d4fa2d62a883b636fef1466de (patch) | |
tree | b07a1365207ea1f7ca3ea4c5fb8c74c02b7ae69b /games-puzzle | |
parent | app-emulation/fs-uae-launcher: Bump to 3.0.5, drop old 3.0.3 (diff) | |
download | gentoo-e00abba0a36cc19d4fa2d62a883b636fef1466de.tar.gz gentoo-e00abba0a36cc19d4fa2d62a883b636fef1466de.tar.bz2 gentoo-e00abba0a36cc19d4fa2d62a883b636fef1466de.zip |
games-puzzle/world-of-goo-gog: Fix icon path
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild | 2 |
1 files changed, 1 insertions, 1 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 af12c0ed1fc3..186582c1e154 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 @@ -54,7 +54,7 @@ src_install() { doins -r data/noarch/game/game/ use bundled-libs && doins -r data/noarch/game/lib$(usex amd64 64)/ - newicon -s 256 data/noarch/game/gooicon.png ${PN%-*}.png + newicon -s 256 data/noarch/game/game/gooicon.png ${PN%-*}.png make_desktop_entry ${PN%-*} "World of Goo" ${PN%-*} dodoc data/noarch/docs/linux-issues.txt |