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

Bug 41626

Summary: net-wireless/linux-wlan-ng-0.2.1_pre17[-r1] should install prism2dl
Product: Gentoo Linux Reporter: Alexander Holler <aholler>
Component: Current packagesAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.