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

Bug 5511

Summary: linux_logo installs to ${D}/usr
Product: Gentoo Linux Reporter: Todd Heim (RETIRED) <heim>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Todd Heim (RETIRED) gentoo-dev 2002-07-24 11:49:37 UTC
in linux_logo-4.02.ebuild: 
 
 
src_install () { 
into ${D}/usr 
<SNIP> 
} 
 
should become: 'into /usr' 
 
as it is, the files get installed into 
/var/tmp/portage/linux_logoxxx/image/usr, which is not only the wrong place; 
but gets deleted at the end of the emerge process.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-24 16:52:36 UTC
thanks for catching that. fixed in portage.