diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
commit | 31c5eaf6e0e7a22b259906b050e9c787e3efcdc7 (patch) | |
tree | 0ae0c358101d0f966bb46f765777da09c2b955fc /dev-libs/boost/boost-1.32.0-r1.ebuild | |
parent | Corrected init script to use 'svc_stop; svc_start' and not 'stop; start'. (diff) | |
download | gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.tar.gz gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.tar.bz2 gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.zip |
Fixed html doc install path, closing bug 85938, thanks Benoit Boissinot
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/boost/boost-1.32.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild index 590758233998..f66f8db3448a 100644 --- a/dev-libs/boost/boost-1.32.0-r1.ebuild +++ b/dev-libs/boost/boost-1.32.0-r1.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/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.10 2005/03/20 07:14:55 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.11 2005/03/23 04:23:22 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib eutils @@ -155,7 +155,7 @@ src_install () { -and -not -name \*.dsw \ -and -not -name \*.dsp \ -exec \ - install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \; + install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \; #and finally set "default" links to -gcc-mt versions cd ${D}/usr/lib |