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 | 41f45ce1f6fd80ca35c268366ce29c8fbd8b9e40 (patch) | |
tree | 742b2a86c08f10d75325dfd02c874471dcb70cf1 /games-puzzle | |
parent | stable for x86 (diff) | |
download | historical-41f45ce1f6fd80ca35c268366ce29c8fbd8b9e40.tar.gz historical-41f45ce1f6fd80ca35c268366ce29c8fbd8b9e40.tar.bz2 historical-41f45ce1f6fd80ca35c268366ce29c8fbd8b9e40.zip |
don't install INSTALL
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/construo/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/construo/construo-0.2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/construo/Manifest b/games-puzzle/construo/Manifest index 735db65352ca..3c27bc0ff119 100644 --- a/games-puzzle/construo/Manifest +++ b/games-puzzle/construo/Manifest @@ -1,4 +1,4 @@ -MD5 f5e410041c47373cbc1018d0095d49ba ChangeLog 798 -MD5 9068ac966ea8ef6dcc48d984302b8242 construo-0.2.2.ebuild 958 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 ba53c4ddbf073129158eb6fbbaebba4d construo-0.2.2.ebuild 941 +MD5 f5e410041c47373cbc1018d0095d49ba ChangeLog 798 MD5 36c9bcbd756d8e994a1769be94474c3a files/digest-construo-0.2.2 66 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 } |