Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145269 - sys-libs/pwdb-0.62 installs html docs under empty directories
Summary: sys-libs/pwdb-0.62 installs html docs under empty directories
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-27 09:56 UTC by Chris Mayo
Modified: 2006-08-27 14:20 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 2006-08-27 09:56:11 UTC
pwdb-0.62 installs html docs in:

/usr/share/doc/pwdb-0.62/html/doc/html/

Changing the dohtml line in src_install() to:
dohtml -r doc/html/*

installs the docs in:

/usr/share/doc/pwdb-0.62/html/
Comment 1 SpanKY gentoo-dev 2006-08-27 14:20:33 UTC
thanks, added your fix to cvs