From b6ca476fb447ad079786a07253554e6fb66606ef Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 6 Jan 2006 23:28:43 +0000 Subject: touch (Portage version: 2.0.53) --- games-strategy/bos/bos-1.1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'games-strategy/bos') diff --git a/games-strategy/bos/bos-1.1.ebuild b/games-strategy/bos/bos-1.1.ebuild index 81a0e371cdc7..9cad4911c1af 100644 --- a/games-strategy/bos/bos-1.1.ebuild +++ b/games-strategy/bos/bos-1.1.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-strategy/bos/bos-1.1.ebuild,v 1.2 2006/01/06 22:27:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.3 2006/01/06 23:28:43 mr_bones_ Exp $ inherit games @@ -11,8 +11,8 @@ SRC_URI="http://bos.seul.org/files/${MY_P}.tar.gz http://dev.gentoo.org/~genstef/files/bos.png" LICENSE="GPL-2" -KEYWORDS="~x86" SLOT="0" +KEYWORDS="~x86" IUSE="" RDEPEND="=games-engines/stratagus-2.1*" @@ -20,14 +20,14 @@ RDEPEND="=games-engines/stratagus-2.1*" S=${WORKDIR}/${MY_P} src_install() { - dodir "${GAMES_BINDIR}" "${GAMES_DATADIR}/${PN}" - echo "${GAMES_BINDIR}/stratagus -d ${GAMES_DATADIR}/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}" + dodir "${GAMES_BINDIR}" + echo "${GAMES_BINDIR}/stratagus -d \"${GAMES_DATADIR}\"/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}" insinto "${GAMES_DATADIR}/${PN}" - doins -r data/* + doins -r data/* || die "doins failed" - dodoc LICENSE.txt README.txt + dodoc README.txt - doicon ${DISTDIR}/bos.png - make_desktop_entry ${PN} "Invasion - Battle of Survival" bos.png + doicon "${DISTDIR}"/bos.png + make_desktop_entry ${PN} "Invasion - Battle of Survival" prepgamesdirs } -- cgit v1.2.3-65-gdbad