Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403943 - media-libs/libvisio-0.0.8 with USE="doc" installs two directories in /usr/share/doc
Summary: media-libs/libvisio-0.0.8 with USE="doc" installs two directories in /usr/sha...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-15 19:40 UTC by Chris Mayo
Modified: 2012-02-18 17:58 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 Chris Mayo 2012-02-15 19:40:32 UTC
$ ls /usr/share/doc/libvisio*
/usr/share/doc/libvisio:
html

/usr/share/doc/libvisio-0.0.8:
AUTHORS.bz2  ChangeLog.bz2


Fixed for me by adding to econf:
--docdir=/usr/share/doc/${PF}
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-02-15 21:05:04 UTC
Fixed in cvs, thanks for the spotting.
Comment 2 Chris Mayo 2012-02-18 16:14:15 UTC
media-libs/libvisio-0.0.14 missing "doc" in docdir path, has:
--docdir="${EPREFIX}/usr/share/${PF}"
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2012-02-18 16:29:14 UTC
True, how about now?
Comment 4 Chris Mayo 2012-02-18 17:58:03 UTC
Looks good! Thanks.