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-arcade/apricots/apricots-0.2.6.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-arcade/apricots/apricots-0.2.6.ebuild')
-rw-r--r-- | games-arcade/apricots/apricots-0.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/apricots/apricots-0.2.6.ebuild b/games-arcade/apricots/apricots-0.2.6.ebuild index eb7ad59ad16e..7351d9e22382 100644 --- a/games-arcade/apricots/apricots-0.2.6.ebuild +++ b/games-arcade/apricots/apricots-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6.ebuild,v 1.6 2005/06/02 13:36:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6.ebuild,v 1.7 2005/06/15 17:32:25 wolf31o2 Exp $ inherit games @@ -35,7 +35,7 @@ src_unpack() { } src_install() { - dodoc AUTHORS INSTALL README TODO ChangeLog + dodoc AUTHORS README TODO ChangeLog dohtml apricots.html cd ${PN} dogamesbin apricots || die "dogamesbin failed" |