diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 19:59:01 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-03-07 19:59:01 +0000 |
commit | 280803da40518f3515782fbf3ef3bc361a546401 (patch) | |
tree | 7e84aa559d7269db2acae92fe48efbaabcb7e474 | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-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}.
-rw-r--r-- | media-sound/lame/lame-3.95.1.ebuild | 4 |
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 |