Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9862 - gaim-cvs installs to /usr/local
Summary: gaim-cvs installs to /usr/local
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-28 21:01 UTC by synonymousca
Modified: 2003-02-04 19:42 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 synonymousca 2002-10-28 21:01:08 UTC
While this may be intentional, I'm going to go out on a limb and assume it isn't
as my /usr/local tree is empty but for the handful of programs I've put there
myself.

Somewhere in the gaim-cvs build, therefore, we might want an equivalent to:

myconf="${myconf} --prefix=/usr"
Comment 2 synonymousca 2002-10-28 21:15:57 UTC
Might want to change the following in light of that change?

from:
use esd  || myconf="--disable-esd"

to:
use esd || myconf="${myconf} --disable-esd"