diff options
Diffstat (limited to 'games-puzzle/xye/xye-0.9.2.ebuild')
-rw-r--r-- | games-puzzle/xye/xye-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/xye/xye-0.9.2.ebuild b/games-puzzle/xye/xye-0.9.2.ebuild index 7787184730ca..fde4fa827029 100644 --- a/games-puzzle/xye/xye-0.9.2.ebuild +++ b/games-puzzle/xye/xye-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.9.2.ebuild,v 1.3 2010/12/17 21:32:21 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.9.2.ebuild,v 1.4 2010/12/18 18:29:17 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -28,7 +28,7 @@ src_install() { dogamesbin "${PN}" || die insinto "${GAMES_DATADIR}/${PN}" doins -r levels res || die - rm -f "${GAMES_DATADIR}/${PN}"/res/DejaVuSans* + rm -f "${D}${GAMES_DATADIR}/${PN}"/res/DejaVuSans* dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}/${PN}"/res/ dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}/${PN}"/res/ dodoc readme.txt GAMEINTRO.txt AUTHORS ChangeLog README NEWS |