Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376513 - sci-mathematics/lpsolve-5.5.2.0 installs two READMEs
Summary: sci-mathematics/lpsolve-5.5.2.0 installs two READMEs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 18:37 UTC by Chris Mayo
Modified: 2011-07-26 20:23 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 2011-07-26 18:37:49 UTC
/usr/share/doc/lpsolve:
README.txt.bz2

/usr/share/doc/lpsolve-5.5.2.0:
README.txt.bz2


adding to the ebuild:
src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF}
}

fixes this for me
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2011-07-26 19:33:11 UTC
Adding scarabeus@gentoo.org who just rewrote the build system ;)
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-07-26 20:17:56 UTC
This is ebuild bug :P
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-07-26 20:23:33 UTC
AAAnd fixed in main tree.