diff options
author | 2005-06-15 17:31:31 +0000 | |
---|---|---|
committer | 2005-06-15 17:31:31 +0000 | |
commit | 97d5aa0267a6f23a1a27e57ab69905b196411202 (patch) | |
tree | 472e7e708cd0c2112847ef4ba98e92c0f5f32866 /games-action/koth/koth-0.8.0.ebuild | |
parent | Version bumped to 2.04 and closing bug #96182. (diff) | |
download | historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.gz historical-97d5aa0267a6f23a1a27e57ab69905b196411202.tar.bz2 historical-97d5aa0267a6f23a1a27e57ab69905b196411202.zip |
Removed INSTALL file.
Package-Manager: portage-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 } |