SPECS: binflash.spec - firmware goes to /lib/firmware.

pluto pluto at pld-linux.org
Tue Dec 27 15:51:59 CET 2005


Author: pluto                        Date: Tue Dec 27 14:51:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- firmware goes to /lib/firmware.

---- Files affected:
SPECS:
   binflash.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/binflash.spec
diff -u SPECS/binflash.spec:1.13 SPECS/binflash.spec:1.14
--- SPECS/binflash.spec:1.13	Tue Dec 27 15:31:57 2005
+++ SPECS/binflash.spec	Tue Dec 27 15:51:41 2005
@@ -22,7 +22,7 @@
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_firmwaredir	%{_prefix}/lib/necflash
+%define		_firmwaredir	/lib/firmware/necflash
 
 %description
 Binflash is a collection of tools you may use in order to flash your
@@ -77,7 +77,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/necflash
-%dir %{_libdir}/necflash
+%dir %{_firmwaredir}
 %{_firmwaredir}/*.bin
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -86,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/12/27 14:51:41  pluto
+- firmware goes to /lib/firmware.
+
 Revision 1.13  2005/12/27 14:31:57  pluto
 - statically linked 32-bit binary (works on x86-64 too).
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/binflash.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list