]> git.pld-linux.org Git - packages/microcode-data-intel.git/commitdiff
- install microcode into /lib/firmware auto/th/microcode-data-intel-20090330-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Aug 2009 20:16:03 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    microcode-data-intel.spec -> 1.2

microcode-data-intel.spec

index de4129646735eee0f8b9483f19da56c46831af64..1d8eae9434991ee50a1c466e86b44c956bdff2bd 100644 (file)
@@ -21,13 +21,13 @@ definitions for all Intel processors.
 %build
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT/lib/firmware
 
-install microcode*.dat $RPM_BUILD_ROOT%{_sysconfdir}/microcode.dat
+install microcode*.dat $RPM_BUILD_ROOT/lib/firmware/microcode.dat
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(640,root,root) %{_sysconfdir}/microcode.dat
+%attr(640,root,root) /lib/firmware/microcode.dat
This page took 0.217932 seconds and 4 git commands to generate.