diff options
author | 2004-02-03 01:25:23 +0000 | |
---|---|---|
committer | 2004-02-03 01:25:23 +0000 | |
commit | 08e3ffb412c040b266597cd1ed682ea7064e275f (patch) | |
tree | b63fa0cdaf792b4983d8554acceadd2a4af37146 /games-action/koth/koth-0.8.0.ebuild | |
parent | tidy old patches (diff) | |
download | historical-08e3ffb412c040b266597cd1ed682ea7064e275f.tar.gz historical-08e3ffb412c040b266597cd1ed682ea7064e275f.tar.bz2 historical-08e3ffb412c040b266597cd1ed682ea7064e275f.zip |
header fix
Diffstat (limited to 'games-action/koth/koth-0.8.0.ebuild')
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index c4d72a798a12..e594c3303e64 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-2003 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> +# Copyright 1999-2004 Gentoo Technologies, Inc. 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.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.2 2004/02/03 01:21:14 mr_bones_ Exp $ inherit eutils @@ -19,5 +19,5 @@ src_install () { make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/*.txt + dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt } |