summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-29 15:05:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-29 15:05:32 +0000
commitd8b22d730b0292039c89c1317a9579465ce731e8 (patch)
tree02395b95bd5a945356685f1a7dde9083147905c5 /media-libs/tunepimp
parentFix binary install. Thx to kernelsensei for spotting and help. (diff)
downloadgentoo-2-d8b22d730b0292039c89c1317a9579465ce731e8.tar.gz
gentoo-2-d8b22d730b0292039c89c1317a9579465ce731e8.tar.bz2
gentoo-2-d8b22d730b0292039c89c1317a9579465ce731e8.zip
Remove INSTALL from dodoc as well.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/tunepimp')
-rw-r--r--media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild b/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild
index bbaac3fafd36..a2092059858b 100644
--- a/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild
+++ b/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild,v 1.3 2009/07/29 15:03:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.5.3-r2.ebuild,v 1.4 2009/07/29 15:05:32 ssuominen Exp $
EAPI=2
inherit autotools eutils distutils
@@ -58,7 +58,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog INSTALL README TODO
+ dodoc AUTHORS ChangeLog README TODO
if use python; then
cd python