diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-04 05:06:29 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-04 05:06:29 +0000 |
commit | d9d36f8e4ff28d243a93449f8d38a008697406a4 (patch) | |
tree | eaa08bd4562bdf058898527e7ff2a32e1b41dc5d /games-arcade | |
parent | Add nls dependencies and cleanup ebuild (diff) | |
download | gentoo-2-d9d36f8e4ff28d243a93449f8d38a008697406a4.tar.gz gentoo-2-d9d36f8e4ff28d243a93449f8d38a008697406a4.tar.bz2 gentoo-2-d9d36f8e4ff28d243a93449f8d38a008697406a4.zip |
Better icon
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index c209af4428d4..925973edb811 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.13 2006/10/19 00:04:14 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.14 2006/11/04 05:06:29 nyhm Exp $ inherit eutils flag-o-matic multilib games @@ -44,7 +44,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "install failed" - newicon data/courses/themes/items/common/herring_standard.png ${PN}.png + newicon data/courses/themes/items/herrings/star.png ${PN}.png make_desktop_entry ${PN} "PlanetPenguin Racer" dodoc AUTHORS ChangeLog dohtml -r html/* |