summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-06 22:27:29 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-06 22:27:29 +0000
commit918f6fb2ed37104c4995508e453a3b29a06f54c6 (patch)
tree0f79bcd5ded535664a85770aeee9389ad4ffe637 /games-strategy/bos
parentStable on x86; bug #117616 (diff)
downloadgentoo-2-918f6fb2ed37104c4995508e453a3b29a06f54c6.tar.gz
gentoo-2-918f6fb2ed37104c4995508e453a3b29a06f54c6.tar.bz2
gentoo-2-918f6fb2ed37104c4995508e453a3b29a06f54c6.zip
ebuild style fixes thanks to Mr_Bones_
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-strategy/bos')
-rw-r--r--games-strategy/bos/bos-1.1.ebuild8
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
}