Author: glen                         Date: Thu Mar 15 06:47:18 2012 GMT
Module: packages                      Tag: LINUX_2_6_27
---- Log message:
- fix install target (it doesn't make firmware dir itself)

---- Files affected:
packages/kernel:
   kernel.spec (1.441.2.2036.2.67 -> 1.441.2.2036.2.68) 

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.441.2.2036.2.67 
packages/kernel/kernel.spec:1.441.2.2036.2.68
--- packages/kernel/kernel.spec:1.441.2.2036.2.67       Wed Mar 14 23:06:02 2012
+++ packages/kernel/kernel.spec Thu Mar 15 07:47:12 2012
@@ -1238,7 +1238,8 @@
        install arch/arm/boot/zImage $KERNEL_INSTALL_DIR/boot/vmlinuz-$KernelVer
 %endif
 
-       %{__make} %{MakeOpts} modules_install firmware_install \
+       install -d $KERNEL_INSTALL_DIR/lib/firmware/$KernelVer
+       %{__make} %{MakeOpts} -j1 modules_install firmware_install \
                %{?with_verbose:V=1} \
                DEPMOD=%DepMod \
                INSTALL_MOD_PATH=$KERNEL_INSTALL_DIR \
@@ -1697,6 +1698,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.2036.2.68  2012/03/15 06:47:12  glen
+- fix install target (it doesn't make firmware dir itself)
+
 Revision 1.441.2.2036.2.67  2012/03/14 22:06:02  glen
 - up to 2.6.27.61, almost builds without grsecurity and apparmor
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.441.2.2036.2.67&r2=1.441.2.2036.2.68&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to