summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-03-07 19:59:01 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-03-07 19:59:01 +0000
commit280803da40518f3515782fbf3ef3bc361a546401 (patch)
tree7e84aa559d7269db2acae92fe48efbaabcb7e474 /media-sound/lame
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-280803da40518f3515782fbf3ef3bc361a546401.tar.gz
gentoo-2-280803da40518f3515782fbf3ef3bc361a546401.tar.bz2
gentoo-2-280803da40518f3515782fbf3ef3bc361a546401.zip
Fixed the installation path for documentation - it was being installed to ${D}/${D} rather than ${D}.
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/lame-3.95.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lame/lame-3.95.1.ebuild b/media-sound/lame/lame-3.95.1.ebuild
index ae129be89410..cc9e3922a7c9 100644
--- a/media-sound/lame/lame-3.95.1.ebuild
+++ b/media-sound/lame/lame-3.95.1.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.95.1.ebuild,v 1.5 2004/02/24 06:45:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.95.1.ebuild,v 1.6 2004/03/07 19:59:01 plasmaroo Exp $
inherit flag-o-matic gcc
@@ -58,7 +58,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} pkghtmldir=${D}/usr/share/doc/${PF}/html install || die
+ make DESTDIR=${D} pkghtmldir=/usr/share/doc/${PF}/html install || die
dodoc API ChangeLog HACKING PRESETS.draft README* STYLEGUIDE TODO USAGE
dohtml misc/lameGUI.html Dll/LameDLLInterface.htm