diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 15:58:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-15 15:58:33 +0000 |
commit | 759b79be1055c422e191f83afe2dca39a8e9c7da (patch) | |
tree | 94f19fb82720a4a85f743caf29b018f8899f050c /games-sports | |
parent | Stable on amd64 wrt Bug #143961 (diff) | |
download | gentoo-2-759b79be1055c422e191f83afe2dca39a8e9c7da.tar.gz gentoo-2-759b79be1055c422e191f83afe2dca39a8e9c7da.tar.bz2 gentoo-2-759b79be1055c422e191f83afe2dca39a8e9c7da.zip |
quoting
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/xmoto-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/xmoto/xmoto-0.2.0.ebuild b/games-sports/xmoto/xmoto-0.2.0.ebuild index 67bc16b1aac2..41fee697a38e 100644 --- a/games-sports/xmoto/xmoto-0.2.0.ebuild +++ b/games-sports/xmoto/xmoto-0.2.0.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-sports/xmoto/xmoto-0.2.0.ebuild,v 1.3 2006/08/15 12:52:34 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.0.ebuild,v 1.4 2006/08/15 15:58:33 mr_bones_ Exp $ inherit eutils games @@ -39,7 +39,7 @@ src_install() { dodoc README TODO ChangeLog - doicon ${FILESDIR}/${PN}.xpm + doicon "${FILESDIR}"/${PN}.xpm make_desktop_entry ${PN} 'Xmoto' ${PN}.xpm make_desktop_entry ${PN}-edit 'Xmoto Level Editor' ${PN}.xpm |