SPECS: madwifi.spec - fix install dir

areq areq at pld-linux.org
Thu Aug 11 16:11:15 CEST 2005


Author: areq                         Date: Thu Aug 11 14:11:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix install dir

---- Files affected:
SPECS:
   madwifi.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/madwifi.spec
diff -u SPECS/madwifi.spec:1.18 SPECS/madwifi.spec:1.19
--- SPECS/madwifi.spec:1.18	Sat Jul 16 14:04:35 2005
+++ SPECS/madwifi.spec	Thu Aug 11 16:11:10 2005
@@ -170,27 +170,27 @@
 %endif
 
 %if %{with kernel}
-install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/net
+install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/net
 install ath/ath_pci-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/net/ath_pci.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/ath_pci.ko
 install ath_hal/ath_hal-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/net/ath_hal.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/ath_hal.ko
 install ath_rate/sample/ath_rate_sample-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/net/ath_rate_sample.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/ath_rate_sample.ko
 for i in wlan_wep wlan_xauth wlan_acl wlan_ccmp wlan_tkip wlan; do
 	install net80211/$i-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
-		$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/net/$i.ko
+		$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/$i.ko
 done
 %if %{with smp} && %{with dist_kernel}
 install ath/ath_pci-smp.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/net/ath_pci.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/net/ath_pci.ko
 install ath_hal/ath_hal-smp.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/net/ath_hal.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/net/ath_hal.ko
 install ath_rate/sample/ath_rate_sample-smp.ko \
-	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/net/ath_rate_sample.ko
+	$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/net/ath_rate_sample.ko
 for i in wlan_wep wlan_xauth wlan_acl wlan_ccmp wlan_tkip wlan; do
 	install net80211/$i-smp.ko \
-		$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/net/$i.ko
+		$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/net/$i.ko
 done
 %endif
 %endif
@@ -225,12 +225,12 @@
 %if %{with kernel}
 %files -n kernel-net-madwifi
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/net/*.ko*
+/lib/modules/%{_kernel_ver}/kernel/net/*.ko*
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel-smp-net-madwifi
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}smp/net/*.ko*
+/lib/modules/%{_kernel_ver}smp/kernel/net/*.ko*
 %endif
 %endif
 
@@ -240,6 +240,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2005/08/11 14:11:10  areq
+- fix install dir
+
 Revision 1.18  2005/07/16 12:04:35  qboosh
 - moved -devel to userspace part
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/madwifi.spec?r1=1.18&r2=1.19&f=u




More information about the pld-cvs-commit mailing list