[Lunar-commits] r23712 - moonbase/trunk/wifi/wpa_supplicant

Auke Kok sofar at lunar-linux.org
Sun Mar 18 09:46:51 CET 2007


Author: sofar
Date: 2007-03-18 09:46:51 +0100 (Sun, 18 Mar 2007)
New Revision: 23712

Modified:
   moonbase/trunk/wifi/wpa_supplicant/BUILD
Log:
Install dbus conf file too :P


Modified: moonbase/trunk/wifi/wpa_supplicant/BUILD
===================================================================
--- moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-03-18 08:07:37 UTC (rev 23711)
+++ moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-03-18 08:46:51 UTC (rev 23712)
@@ -1,7 +1,7 @@
 (
   sedit "s/\/usr\/local/\/usr/g" Makefile &&
   sedit "s/dynamic_eap_methods//" Makefile &&
-  
+
   for option in \
       DNET_PCAP CTRL_IFACE CTRL_IFACE_DBUS \
       DRIVER_{HOSTAP,PRISM54,NDISWRAPPER,ATMEL,WEXT,IPW,WIRED} \
@@ -11,7 +11,8 @@
     echo "CONFIG_${option}=y" >> .config
   done &&
 
-  default_make && 
+  default_make &&
+  install dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ &&
 
   gather_docs developer.txt wpa_supplicant.conf
 



More information about the Lunar-commits mailing list