First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 235237
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: cyrillic <cyrilmaley@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 235237 depends on: Show dependency tree
Bug 235237 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug