diff options
author | 2009-04-13 17:58:24 +0000 | |
---|---|---|
committer | 2009-04-13 17:58:24 +0000 | |
commit | 9644210eae9ca84fe1d61a98e812a2d12482b37c (patch) | |
tree | 44d278c8719b7433c86526849dac4c9e497087c3 /games-sports | |
parent | Version bump (diff) | |
download | gentoo-2-9644210eae9ca84fe1d61a98e812a2d12482b37c.tar.gz gentoo-2-9644210eae9ca84fe1d61a98e812a2d12482b37c.tar.bz2 gentoo-2-9644210eae9ca84fe1d61a98e812a2d12482b37c.zip |
rm the font in ${D}
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/xmoto-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/xmoto/xmoto-0.5.1.ebuild b/games-sports/xmoto/xmoto-0.5.1.ebuild index 83710dac9f17..d2b9ccec19ac 100644 --- a/games-sports/xmoto/xmoto-0.5.1.ebuild +++ b/games-sports/xmoto/xmoto-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.1 2009/04/13 17:37:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.1.ebuild,v 1.2 2009/04/13 17:58:24 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -64,7 +64,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc README TODO NEWS ChangeLog - rm -f "${GAMES_DATADIR}/${PN}"/Textures/Fonts/DejaVuSans.ttf + rm -f "${D}${GAMES_DATADIR}/${PN}"/Textures/Fonts/DejaVuSans.ttf dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}/${PN}"/Textures/Fonts/ doicon extra/xmoto.xpm make_desktop_entry ${PN} Xmoto |