summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/jrisk/jrisk-1.0.8.8.ebuild')
-rw-r--r--games-board/jrisk/jrisk-1.0.8.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/jrisk/jrisk-1.0.8.8.ebuild b/games-board/jrisk/jrisk-1.0.8.8.ebuild
index f91de372d58e..432779762f90 100644
--- a/games-board/jrisk/jrisk-1.0.8.8.ebuild
+++ b/games-board/jrisk/jrisk-1.0.8.8.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-board/jrisk/jrisk-1.0.8.8.ebuild,v 1.1 2006/10/02 20:55:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/jrisk/jrisk-1.0.8.8.ebuild,v 1.2 2007/01/26 22:22:57 mr_bones_ Exp $
inherit eutils games
@@ -28,7 +28,7 @@ src_compile() {
antflags="${antflags} -Dbuild.compiler=jikes"
fi
ant ${antflags} || die "failed to build"
- # change the cd directory of the executable
+ # change the cd directory of the executable
# has to be done after the ant compilation
sed \
-e "/dirname/ s:.*:cd \"${GAMES_DATADIR}/${PN}\":" \