Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 396351

Summary: sys-power/pm-utils-1.4.1-r2 installs duplicate documents
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: New packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
Severity: minor Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2011-12-28 20:52:44 UTC
$ ls /usr/share/doc/pm-utils*
/usr/share/doc/pm-utils:
HOWTO.hooks.bz2    README.bz2            README.distributions.bz2
HOWTO.modules.bz2  README.debugging.bz2

/usr/share/doc/pm-utils-1.4.1-r2:
AUTHORS.bz2      HOWTO.modules.bz2  README.debugging.bz2
ChangeLog.bz2    NEWS.bz2           README.distributions.bz2
HOWTO.hooks.bz2  README.bz2         TODO.bz2


Replacing econf:
--disable-doc
with:
--docdir=/usr/share/doc/${PF}

fixes this for me.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-09-01 10:43:37 UTC
+  01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> pm-utils-1.4.1-r2.ebuild:
+  Do not install docs twice, bug #396351.
+