Bug 85938 - dev-libs/boost install the html docs in the wrong place
Bug#: 85938 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: morfic@gentoo.org Reported By: benoit.boissinot@ens-lyon.fr
Component: Library
URL: 
Summary: dev-libs/boost install the html docs in the wrong place
Keywords:  
Status Whiteboard: 
Opened: 2005-03-19 13:17 0000
Description:   Opened: 2005-03-19 13:17 0000
With dev-libs/boost-1.32.0-r1, one part of the html doc is installed in
/usr/share/doc/boost-1.32.0-r1 while the other part is in
/usr/share/doc/boost-1.32.0.

Changing the line 102 of the ebuild from:
install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \;
to
install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;

solves it (it installes everything in /usr/share/doc/boost-1.32.0-r1.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Disenchanted (RETIRED) 2005-03-22 20:23:59 0000 -------
fixed, thanks :)