| Bug#: 146615 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: net-mail@gentoo.org | Reported By: jonas@geiregat.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: mail-filter/imapfilter-1.1.1 - man pages in wrong place | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-09-06 16:01 0000 | |||
| Description: | Opened: 2006-09-06 16:01 0000 |
When building imapfilter-1.1.1 the man pages get installed into the wrong
place, this is because a minor mistake in the ebuild.
Change the following line in the ebuild:
make DESTDIR="${D}/usr" install
to:
make DESTDIR="${D}/usr" -e MANDIR=${D}usr/share/man install
That way the man pages get installed into gentoo's default man dir.
Fixed, thanks.