diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 07:45:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 07:45:40 +0000 |
commit | a1f32a036dc37f0f1c863ec739a82a710555ac56 (patch) | |
tree | daa9fe8dfcb7b6ba8aaf31f302ddb667cead63f5 /games-puzzle/construo/construo-0.2.2.ebuild | |
parent | stable for x86 (diff) | |
download | gentoo-2-a1f32a036dc37f0f1c863ec739a82a710555ac56.tar.gz gentoo-2-a1f32a036dc37f0f1c863ec739a82a710555ac56.tar.bz2 gentoo-2-a1f32a036dc37f0f1c863ec739a82a710555ac56.zip |
don't install INSTALL
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/construo/construo-0.2.2.ebuild')
-rw-r--r-- | games-puzzle/construo/construo-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild index 6a99358d6a0b..f598345665ae 100644 --- a/games-puzzle/construo/construo-0.2.2.ebuild +++ b/games-puzzle/construo/construo-0.2.2.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-puzzle/construo/construo-0.2.2.ebuild,v 1.8 2005/06/15 18:59:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.9 2005/11/14 07:45:40 mr_bones_ Exp $ inherit games @@ -36,6 +36,6 @@ src_install() { DESTDIR="${D}" \ bindir="${GAMES_BINDIR}" install \ || die "make install failed" - dodoc AUTHORS INSTALL.configure NEWS README TODO + dodoc AUTHORS NEWS README TODO prepgamesdirs } |