| Bug#: 20063 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: kde@gentoo.org | Reported By: greg_g@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: kdoc install man pages in wrong dir | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-04-27 16:32 0000 | |||
| Description: | Opened: 2003-04-27 16:32 0000 |
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:' )
fixed in cvs, thanks for reporting.