diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:32:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:32:25 +0000 |
commit | cd0325d3b72da73c0c7308664ecdf32cdb666b34 (patch) | |
tree | 4ac3f50fbc6f669efa2f6e95a440df0d167e9a3f /games-action/koth/koth-0.8.0.ebuild | |
parent | Version bumped to 2.04 and closing bug #96182. (diff) | |
download | gentoo-2-cd0325d3b72da73c0c7308664ecdf32cdb666b34.tar.gz gentoo-2-cd0325d3b72da73c0c7308664ecdf32cdb666b34.tar.bz2 gentoo-2-cd0325d3b72da73c0c7308664ecdf32cdb666b34.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-action/koth/koth-0.8.0.ebuild')
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index 59b1ca2cd252..0ebf7e264622 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.12 2005/05/31 08:00:18 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.13 2005/06/15 17:31:31 wolf31o2 Exp $ inherit eutils games @@ -25,6 +25,6 @@ src_install() { make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg - dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt + dodoc AUTHORS ChangeLog NEWS README doc/*.txt prepgamesdirs } |