Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235237 - sys-apps/iproute2-2.6.26 installs manpages in /share/man
Summary: sys-apps/iproute2-2.6.26 installs manpages in /share/man
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 21:56 UTC by cyrillic
Modified: 2008-08-20 06:29 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 cyrillic 2008-08-19 21:56:48 UTC
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 SpanKY gentoo-dev 2008-08-20 06:29:29 UTC
thanks, added to cvs