diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-04 03:05:44 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-04 03:05:44 +0000 |
commit | 6c8d7107514868f03b1035153a543db83ab20197 (patch) | |
tree | 2040aae1d1e5974b14a1b3aeb4695239d4131edc /app-admin/testdisk/testdisk-5.7.ebuild | |
parent | Don't assign default to S. (diff) | |
download | gentoo-2-6c8d7107514868f03b1035153a543db83ab20197.tar.gz gentoo-2-6c8d7107514868f03b1035153a543db83ab20197.tar.bz2 gentoo-2-6c8d7107514868f03b1035153a543db83ab20197.zip |
version bump. QA stop installing INSTALL, COPYING. x86 stable on testdisk-5.7
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-admin/testdisk/testdisk-5.7.ebuild')
-rw-r--r-- | app-admin/testdisk/testdisk-5.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/testdisk/testdisk-5.7.ebuild b/app-admin/testdisk/testdisk-5.7.ebuild index 72a626da19d6..f6224a289b0f 100644 --- a/app-admin/testdisk/testdisk-5.7.ebuild +++ b/app-admin/testdisk/testdisk-5.7.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/app-admin/testdisk/testdisk-5.7.ebuild,v 1.3 2005/08/16 19:30:09 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-5.7.ebuild,v 1.4 2005/09/04 03:05:44 dragonheart Exp $ DESCRIPTION="Multi-platform tool to check and undelete partition, supports reiserfs, ntfs, fat32, ext2/3 and many others. Also includes PhotoRec to recover pictures from digital camera memory." HOMEPAGE="http://www.cgsecurity.org/index.html?testdisk.html" @@ -30,6 +30,7 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die + make DESTDIR=${D} install || die + rm ${D}/usr/share/doc/${PF}/COPYING ${D}/usr/share/doc/${PF}/INSTALL } |