Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2067 - yaboot man pages installed in /usr/usr/share...
Summary: yaboot man pages installed in /usr/usr/share...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Pieter Van den Abeele (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 10:11 UTC by Gontran Zepeda
Modified: 2006-02-04 06:03 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 Gontran Zepeda 2002-04-24 10:11:59 UTC
Made a tweak to yaboot ebuild to install the manpages in /usr/share/man/...

--- /usr/portage/sys-apps/yaboot/yaboot-1.3.6.ebuild	Fri Apr  5 05:55:15 2002
+++ yaboot-1.3.6.ebuild	Wed Apr 24 14:53:54 2002
@@ -9,7 +9,7 @@
 HOMEPAGE="http://penguinppc.org/projects/yaboot/"
 DEPEND="sys-apps/powerpc-utils sys-apps/hfsutils"
 
-MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man'
+MAKEOPTS='PREFIX=/usr MANDIR=share/man'
 
 src_compile() {
 	export -n CFLAGS


Apparently MANDIR is sensitive to PREFIX.

Cheers.  Thx for all the good work on ppc.
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2002-04-24 10:24:47 UTC
thnxs