Bug 235237 - sys-apps/iproute2-2.6.26 installs manpages in /share/man
Bug#: 235237 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: cyrilmaley@hotmail.com
Component: Core system
URL: 
Summary: sys-apps/iproute2-2.6.26 installs manpages in /share/man
Keywords:  
Status Whiteboard: 
Opened: 2008-08-19 21:56 0000
Description:   Opened: 2008-08-19 21:56 0000
The ebuild just needs to override the path that upstream provided.

Reproducible: Always

Steps to Reproduce:
1.emerge iproute2
2.
3.

Actual Results:  
manpages are installed to /share/man

Expected Results:  
manpages are installed to /usr/share/man

--- iproute2-2.6.26.ebuild.old  2008-08-17 10:28:32.000000000 -0400
+++ iproute2-2.6.26.ebuild      2008-08-19 17:43:15.000000000 -0400
@@ -84,6 +84,7 @@
                DESTDIR="${D}" \
                SBINDIR=/sbin \
                DOCDIR=/usr/share/doc/${PF} \
+               MANDIR=/usr/share/man \
                install \
                || die "make install failed"
        if use berkdb ; then

------- Comment #1 From SpanKY 2008-08-20 06:29:29 0000 -------
thanks, added to cvs