diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-06 04:20:07 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-06 04:20:07 +0000 |
commit | 5db36e10d5f5aaf5fd00a5431f2b704401e11019 (patch) | |
tree | 4c29b03bd5715cadaeca58b21a807060457757be /games-action/koth | |
parent | Stable on sparc wrt bug #70199. (Manifest recommit) (diff) | |
download | gentoo-2-5db36e10d5f5aaf5fd00a5431f2b704401e11019.tar.gz gentoo-2-5db36e10d5f5aaf5fd00a5431f2b704401e11019.tar.bz2 gentoo-2-5db36e10d5f5aaf5fd00a5431f2b704401e11019.zip |
Correctly installs into games now.
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog index ca66825ea1f6..ee881b0fa213 100644 --- a/games-action/koth/ChangeLog +++ b/games-action/koth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/koth # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.8 2004/11/01 09:32:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.9 2004/11/06 04:20:07 josejx Exp $ + + 06 Nov 2004; Joseph Jezak <josejx@gentoo.org> koth-0.8.0.ebuild: + Correctly installs into games now. 01 Nov 2004; Joseph Jezak <josejx@gentoo.org> +files/koth-0.8.0-gcc-3.4.patch, koth-0.8.0.ebuild: diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index cd220e0ea7b2..4c6181b045fa 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation and Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.9 2004/11/01 09:32:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.10 2004/11/06 04:20:07 josejx Exp $ -inherit eutils +inherit eutils games DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons" HOMEPAGE="http://www.nongnu.org/koth/" @@ -22,9 +22,9 @@ src_unpack(){ } src_install() { - dodir /usr/bin make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt + prepgamesdirs } |