diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-06 23:28:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-06 23:28:43 +0000 |
commit | b6ca476fb447ad079786a07253554e6fb66606ef (patch) | |
tree | b143d164cfaf2807a4aa76908b20ad415bc53c7d /games-strategy/bos | |
parent | Stable on x86; bug #118108 (diff) | |
download | gentoo-2-b6ca476fb447ad079786a07253554e6fb66606ef.tar.gz gentoo-2-b6ca476fb447ad079786a07253554e6fb66606ef.tar.bz2 gentoo-2-b6ca476fb447ad079786a07253554e6fb66606ef.zip |
touch
(Portage version: 2.0.53)
Diffstat (limited to 'games-strategy/bos')
-rw-r--r-- | games-strategy/bos/bos-1.1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
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 } |