Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85938 - dev-libs/boost install the html docs in the wrong place
Summary: dev-libs/boost install the html docs in the wrong place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 13:17 UTC by Benoit Boissinot
Modified: 2005-03-22 20:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Boissinot 2005-03-19 13:17:56 UTC
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 Disenchanted (RETIRED) gentoo-dev 2005-03-22 20:23:59 UTC
fixed, thanks :)