Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20063 - kdoc install man pages in wrong dir
Summary: kdoc install man pages in wrong dir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 16:32 UTC by Gregorio Guidi (RETIRED)
Modified: 2003-04-29 03:12 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 Gregorio Guidi (RETIRED) gentoo-dev 2003-04-27 16:32:11 UTC
dev-util/kdoc installs man pages in /usr/man instead of /usr/share/man. 
Fix is trivial: 
 
        export KDEDIR="" 
        export QTDIR="" 
-       ./configure --prefix=/usr || die 
+       econf 
        emake || die 
 
(BTW, the ebuild needs IUSE and a cleanup of SRC_URI using 'mirror:' )
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-04-29 03:12:30 UTC
fixed in cvs, thanks for reporting.