diff options
author | 2010-12-18 18:29:17 +0000 | |
---|---|---|
committer | 2010-12-18 18:29:17 +0000 | |
commit | d3c08c1a19d73876206e119d35ad6b1573338a00 (patch) | |
tree | 159b91d4f9f37a46149940a70360b468f2812790 /games-puzzle/xye/xye-0.9.2.ebuild | |
parent | old (diff) | |
download | gentoo-2-d3c08c1a19d73876206e119d35ad6b1573338a00.tar.gz gentoo-2-d3c08c1a19d73876206e119d35ad6b1573338a00.tar.bz2 gentoo-2-d3c08c1a19d73876206e119d35ad6b1573338a00.zip |
fix sandbox violation (bug #349017)
(Portage version: 2.1.9.24/cvs/Linux i686)
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 |