SOURCES: ipw3945-bashizm.patch (NEW) - kill bashizm

wolvverine wolvverine at pld-linux.org
Tue Aug 1 03:45:07 CEST 2006


Author: wolvverine                   Date: Tue Aug  1 01:45:07 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill bashizm

---- Files affected:
SOURCES:
   ipw3945-bashizm.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ipw3945-bashizm.patch
diff -u /dev/null SOURCES/ipw3945-bashizm.patch:1.1
--- /dev/null	Tue Aug  1 03:45:07 2006
+++ SOURCES/ipw3945-bashizm.patch	Tue Aug  1 03:45:02 2006
@@ -0,0 +1,14 @@
+diff -uNr ipw3945-1.1.0-pre2.org/Makefile ipw3945-1.1.0-pre2/Makefile
+--- ipw3945-1.1.0-pre2.org/Makefile	2006-06-24 01:35:00.000000000 +0200
++++ ipw3945-1.1.0-pre2/Makefile	2006-08-01 03:28:54.000000000 +0200
+@@ -70,8 +70,8 @@
+ 		$(IEEE80211_INC))
+ endif
+ 
+-IEEE80211_BASE := $(shell var=($(IEEE80211_RES)) ; echo $${var[1]})
+-IEEE80211_PATH := $(shell var=($(IEEE80211_RES)) ; echo $${var[0]})
++IEEE80211_BASE := $(shell echo $(IEEE80211_RES)|awk '{print $1}')
++IEEE80211_PATH := $(shell echo $(IEEE80211_RES)|awk '{print $0}')
+ 
+ # If the ieee80211 subsystem is not found in the default kernel
+ # build location then we need to add the include path and 
================================================================


More information about the pld-cvs-commit mailing list