Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533770 - sys-libs/readline-6.3_p8-r1 installs duplicate documentation outside /usr/share/doc/$PF
Summary: sys-libs/readline-6.3_p8-r1 installs duplicate documentation outside /usr/sha...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-28 12:48 UTC by Chris Mayo
Modified: 2014-12-29 07:43 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 2014-12-28 12:48:17 UTC
$ ls /usr/share/doc/readline*
/usr/share/doc/readline:
CHANGES.bz2  INSTALL.bz2  README.bz2

/usr/share/doc/readline-6.3_p8-r1:
CHANGELOG.bz2  CHANGES.bz2  html  NEWS.bz2  ps  README.bz2  USAGE.bz2


Fixed for me by adding to econf in multilib_src_configure():
--docdir=/usr/share/doc/${PF
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-12-29 07:43:34 UTC
+  29 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> -readline-6.2_p1.ebuild,
+  -readline-6.3_p8.ebuild, readline-6.3_p8-r1.ebuild:
+  Fixed installation location for documents (bug #533770 by Chris Mayo).
+  Removed old versions.
+

Fixed without a revbump. Thanks for the report.