Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3631 - net-analyzer/netleds_applet ebuild fails - patch attached.
Summary: net-analyzer/netleds_applet ebuild fails - patch attached.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 11:01 UTC by Mark Gordon
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
This is my fix for the problem. (netleds_applet.ebuild.patch,326 bytes, patch)
2002-06-11 11:03 UTC, Mark Gordon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)