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

Bug 29695

Summary: man 5 ebuild: incorrect infos for "dodoc"
Product: Portage Development Reporter: Thomas Eckert <eckert.thomas>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Eckert 2003-09-26 13:12:06 UTC
the manpage ebuild(5) states:
--- snipp ---
dodoc <document> [list of more documents]
  Installs  a  document  or  a  list of document into /usr/doc/${PF}/DOCDESTTREE.
--- snapp ---

but the path should be "/usr/share/doc/${P}/DOCDESTTREE"

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-09-26 13:20:41 UTC
no, it's ${PF}
Comment 2 Thomas Eckert 2003-09-26 13:24:48 UTC
OK, sorry, but the "share" should be there, shouldn't it? (/usr/doc is only
a 
symlink to /usr/share/doc).
Comment 3 SpanKY gentoo-dev 2003-09-26 17:56:27 UTC
you are correct on that aspect so ive updated the manpage, thanks ;)