Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 155913

Summary: x11-themes/mythtv-themes-0.20 will not install when ROOT is set
Product: Gentoo Linux Reporter: gent_bz
Component: New packagesAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description gent_bz 2006-11-21 20:36:55 UTC
Because the --prefix path passed to configure is not right.

To fix it, add ROOT to the prefix path.

   ./configure --prefix="$ROOT"/usr || die "configure died"
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-12-17 19:12:48 UTC
Fixed.