diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 19:01:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 19:01:32 +0000 |
commit | 6c5c9dbf8130ed8f5bc9a74a48ba1c10059c0f78 (patch) | |
tree | 2f04f1f854f13752ad18e121cfe3081731911128 /sys-apps/parted/parted-1.6.25.ebuild | |
parent | revbump for correcting the installed image (diff) | |
download | gentoo-2-6c5c9dbf8130ed8f5bc9a74a48ba1c10059c0f78.tar.gz gentoo-2-6c5c9dbf8130ed8f5bc9a74a48ba1c10059c0f78.tar.bz2 gentoo-2-6c5c9dbf8130ed8f5bc9a74a48ba1c10059c0f78.zip |
Keep from installing the INSTALL file and cleaning up older versions.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'sys-apps/parted/parted-1.6.25.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.6.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/parted/parted-1.6.25.ebuild b/sys-apps/parted/parted-1.6.25.ebuild index 015a7b76b121..7b416b4c99af 100644 --- a/sys-apps/parted/parted-1.6.25.ebuild +++ b/sys-apps/parted/parted-1.6.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.25.ebuild,v 1.6 2006/03/05 18:39:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.25.ebuild,v 1.7 2006/03/20 19:01:32 wolf31o2 Exp $ inherit eutils @@ -39,6 +39,6 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die "Install failed" - dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO dodoc doc/{API,FAQ,FAT,USER.jp} } |