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

Bug 3631

Summary: net-analyzer/netleds_applet ebuild fails - patch attached.
Product: Gentoo Linux Reporter: Mark Gordon <mark.gt>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This is my fix for the problem.

Description Mark Gordon 2002-06-11 11:01:04 UTC
When I emerge netleds_applet-0.9.1-r2 it does not install the applet, only the 
documentation.

There are two problems the way the ebuild attempts to pass the installation 
directory to make (a variable DESTDIR should be used in this instance), and 
ending the command '|| install' instead of 'install || die'.
Comment 1 Mark Gordon 2002-06-11 11:03:15 UTC
Created attachment 1455 [details, diff]
This is my fix for the problem.

I've tested this and it works on my machine.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-17 01:19:52 UTC
thanks for this :)