]> git.pld-linux.org Git - packages/ipw2100-firmware.git/commitdiff
- fix firmware path, rel. 2 AC-branch AC-STABLE auto/ac/ipw2100-firmware-1_3-2
authorankry <ankry@pld-linux.org>
Thu, 2 Jun 2005 21:19:31 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipw2100-firmware.spec -> 1.9

ipw2100-firmware.spec

index 35c8c6b286ce97a8711ef4fac12ced61f598b2ba..0b340d5a953f28a24e49a89edb5c1cfe2be9991c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Firmware for the Intel(R) PRO/Wireless 2100 Driver
 Summary(pl):   Firmware dla sterownika do kart Intel(R) PRO/Wireless 2100
 Name:          ipw2100-firmware
 Version:       1.3
-Release:       1
+Release:       2
 License:       distributable
 Group:         System Environment/Kernel
 Source0:       http://bughost.org/firmware/ipw2100-fw-1.3.tgz  
@@ -28,14 +28,9 @@ gunzip -c ipw2100-fw-%{version}.tgz | tar -xf -
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/firmware
-install -d $RPM_BUILD_ROOT%{_libdir}/hotplug/firmware
+install -d $RPM_BUILD_ROOT/lib/firmware
 
-install -p *.fw $RPM_BUILD_ROOT%{_sysconfdir}/firmware
-cd $RPM_BUILD_ROOT%{_sysconfdir}/firmware
-for file in *.fw; do
-       ln -s %{_sysconfdir}/firmware/$file $RPM_BUILD_ROOT%{_libdir}/hotplug/firmware
-done
+install -p *.fw $RPM_BUILD_ROOT/lib/firmware
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,5 +38,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc LICENSE
-%{_sysconfdir}/firmware/*.fw
-%{_libdir}/hotplug/firmware/*.fw
+/lib/firmware/*.fw
This page took 0.073009 seconds and 4 git commands to generate.