Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 569526 - app-emulation/libvirt-1.2.21-r1 installs documentation outside /usr/share/doc/${PF}
Summary: app-emulation/libvirt-1.2.21-r1 installs documentation outside /usr/share/doc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 19:45 UTC by Chris Mayo
Modified: 2015-12-26 23:03 UTC (History)
2 users (show)

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 2015-12-23 19:45:31 UTC
$ ls /usr/share/doc/libvirt-1.2.21*
/usr/share/doc/libvirt-1.2.21:
html

/usr/share/doc/libvirt-1.2.21-r1:
README.gentoo.bz2


ebuild fixed for me by replacing in src_configure:
--htmldir=/usr/share/doc/${PF}/html
with:
--with-html-subdir=${PF}/html


--docdir does not appear to be used.
Comment 1 Matthias Maier gentoo-dev 2015-12-26 23:03:38 UTC
commit f32344a9dca857c80a9e1382e838c2ffc573074f
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Sat Dec 26 22:27:44 2015 +0100

    app-emulation/libvirt: Install all docs under /usr/share/doc/${PF} (bug 569526)
    
    Gentoo-Bug: 569526
    
    Package-Manager: portage-2.2.26
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>