diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-06 22:27:29 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-06 22:27:29 +0000 |
commit | 00c4c2d88a088c1b6d1ed566ef3d7a9b189ad439 (patch) | |
tree | 184f0f3ca273a39be5191ac6c83604e452710721 /games-strategy/bos | |
parent | Stable on x86; bug #117616 (diff) | |
download | historical-00c4c2d88a088c1b6d1ed566ef3d7a9b189ad439.tar.gz historical-00c4c2d88a088c1b6d1ed566ef3d7a9b189ad439.tar.bz2 historical-00c4c2d88a088c1b6d1ed566ef3d7a9b189ad439.zip |
ebuild style fixes thanks to Mr_Bones_
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-strategy/bos')
-rw-r--r-- | games-strategy/bos/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/bos/bos-1.1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/bos/Manifest b/games-strategy/bos/Manifest index f910c1b7b848..1808e59fcd88 100644 --- a/games-strategy/bos/Manifest +++ b/games-strategy/bos/Manifest @@ -1,4 +1,4 @@ MD5 b4588fefcffa061fde09af0e2727fc40 ChangeLog 471 -MD5 b5029297a124e050494f11aeab60d367 bos-1.1.ebuild 957 +MD5 0ff671567b59795d01bf63dd328d378d bos-1.1.ebuild 955 MD5 afa8c7df9888a6a473c901f841966821 files/digest-bos-1.1 110 MD5 59b69aef9a760073b02c82194eab4800 metadata.xml 263 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 } |