diff options
-rw-r--r-- | games-strategy/bos/bos-1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/bos/bos-1.1.ebuild b/games-strategy/bos/bos-1.1.ebuild index 2528aedcbedd..81a0e371cdc7 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.1 2006/01/06 21:04:46 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.2 2006/01/06 22:27:29 genstef Exp $ inherit games @@ -16,18 +16,18 @@ SLOT="0" IUSE="" RDEPEND="=games-engines/stratagus-2.1*" -DEPEND="" S=${WORKDIR}/${MY_P} src_install() { dodir "${GAMES_BINDIR}" "${GAMES_DATADIR}/${PN}" echo "${GAMES_BINDIR}/stratagus -d ${GAMES_DATADIR}/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}" - cp -r data/* "${D}${GAMES_DATADIR}/${PN}" + insinto "${GAMES_DATADIR}/${PN}" + doins -r data/* dodoc LICENSE.txt README.txt - prepgamesdirs doicon ${DISTDIR}/bos.png make_desktop_entry ${PN} "Invasion - Battle of Survival" bos.png + prepgamesdirs } |