Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403945 - dev-libs/jemalloc-2.2.5 installs two directories in /usr/share/doc
Summary: dev-libs/jemalloc-2.2.5 installs two directories in /usr/share/doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: InVCS, PATCH
Depends on:
Blocks:
 
Reported: 2012-02-15 19:45 UTC by Chris Mayo
Modified: 2012-02-26 04:06 UTC (History)
0 users

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


Attachments
Skip install_html (jemalloc-2.2.5-installhtml.patch,235 bytes, patch)
2012-02-15 19:45 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2012-02-15 19:45:51 UTC
Created attachment 302067 [details, diff]
Skip install_html

$ ls /usr/share/doc/jemalloc*
/usr/share/doc/jemalloc:
jemalloc.html

/usr/share/doc/jemalloc-2.2.5:
ChangeLog.bz2  README.bz2


The attached patch stops jemalloc.html being installed but then I had to add a src_install to get it back:

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog README
	dohtml doc/jemalloc.html
}
Comment 1 Jory A. Pratt gentoo-dev 2012-02-26 04:06:41 UTC
Thanks for reporting, will be available on mirrors shortly.