diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-09-20 23:50:52 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-09-20 23:50:52 +0000 |
commit | 813fcc04bf34123036812a8e0658afc0e2572e6d (patch) | |
tree | 367fcd6abe2ba33c9e76a6055360a0ad923e3c3b /games-emulation/dolphin/dolphin-9999.ebuild | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.tar.gz gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.tar.bz2 gentoo-2-813fcc04bf34123036812a8e0658afc0e2572e6d.zip |
Modifies location set for doicon call, bug #523282
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation/dolphin/dolphin-9999.ebuild')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index cd327038b8a1..ae082361266c 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.13 2014/06/30 05:39:48 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.14 2014/09/20 23:50:52 twitch153 Exp $ EAPI=5 @@ -134,7 +134,7 @@ src_install() { dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi - doicon Source/Core/DolphinWX/resources/Dolphin.xpm + doicon Installer/dolphin-emu.xpm make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;" prepgamesdirs |