Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41626 - net-wireless/linux-wlan-ng-0.2.1_pre17[-r1] should install prism2dl
Summary: net-wireless/linux-wlan-ng-0.2.1_pre17[-r1] should install prism2dl
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-14 22:33 UTC by Alexander Holler
Modified: 2004-12-29 06:16 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 Alexander Holler 2004-02-14 22:33:51 UTC
prism2dl should be compiled and installed into /sbin.

Here's the small patch:

-------------------------------
--- linux-wlan-ng-0.2.1_pre17-r1.ebuild 2004-02-15 07:30:03.000000000 +0100
+++ linux-wlan-ng-0.2.1_pre17-r2.ebuild 2004-02-15 07:17:50.000000000 +0100
@@ -97,6 +97,8 @@
        emake || die "Failed to compile add-on keygen program"
        cd ${S}/add-ons/lwepgen
        emake || die "Failed to compile add-on lwepgen program"
+       cd ${S}/src/prism2/download
+       emake || die "Failed to compile prism2dl program"
 }

 src_install () {
@@ -121,6 +123,7 @@
        exeinto /sbin
        doexe add-ons/keygen/keygen
        doexe add-ons/lwepgen/lwepgen
+       doexe src/prism2/download/prism2dl
 }

 pkg_postinst() {
-------------------------------
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-02-29 14:52:22 UTC
Okay, 0.2.1-pre19 which i just commited to portage builds prism2dl by default. I also inlcuded a patch so it is built using header include files and not kernel source includes, since this was causing issues with 2.6 and this is better practice anyway. Please test and report success/failure
Comment 2 Henrik Brix Andersen 2004-12-29 06:16:52 UTC
Closing due to lack of feedback.