summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-02-24 06:45:06 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-02-24 06:45:06 +0000
commit4774fc7a2709b8fed80bffb7828a606859ef69a4 (patch)
tree8e255bc9bea180266d3aaea2270ca8d5c10cbb97 /media-sound/lame/lame-3.93.1-r1.ebuild
parentfixing Manifest (diff)
downloadgentoo-2-4774fc7a2709b8fed80bffb7828a606859ef69a4.tar.gz
gentoo-2-4774fc7a2709b8fed80bffb7828a606859ef69a4.tar.bz2
gentoo-2-4774fc7a2709b8fed80bffb7828a606859ef69a4.zip
Removing redundant html files. DESTDIR instead of einstall.
Diffstat (limited to 'media-sound/lame/lame-3.93.1-r1.ebuild')
-rw-r--r--media-sound/lame/lame-3.93.1-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/lame/lame-3.93.1-r1.ebuild b/media-sound/lame/lame-3.93.1-r1.ebuild
index 2def581100a9..fd488e1e8a56 100644
--- a/media-sound/lame/lame-3.93.1-r1.ebuild
+++ b/media-sound/lame/lame-3.93.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.11 2004/01/12 22:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.12 2004/02/24 06:45:06 eradicator Exp $
inherit flag-o-matic gcc
@@ -50,9 +50,8 @@ src_compile() {
}
src_install() {
- einstall \
- pkghtmldir=${D}/usr/share/doc/${PF}/html || die
+ make DESTDIR=${D} pkghtmldir=${D}/usr/share/doc/${PF}/html install || die
dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE
- dohtml -r ./
+ dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
}