SPECS: kernel-vanilla.spec - fix build-kernel installation
shadzik
shadzik at pld-linux.org
Fri Jul 20 02:37:08 CEST 2007
Author: shadzik Date: Fri Jul 20 00:37:08 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build-kernel installation
---- Files affected:
SPECS:
kernel-vanilla.spec (1.48 -> 1.49)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.48 SPECS/kernel-vanilla.spec:1.49
--- SPECS/kernel-vanilla.spec:1.48 Fri Jul 20 02:35:02 2007
+++ SPECS/kernel-vanilla.spec Fri Jul 20 02:37:03 2007
@@ -551,7 +551,7 @@
KERNEL_BUILD_DIR=`pwd`
-cp -a$l $KERNEL_BUILD_DIR/build-done/kernel-*/* $RPM_BUILD_ROOT
+cp -a$l $KERNEL_BUILD_DIR/build-done/kernel/* $RPM_BUILD_ROOT
for i in "" smp; do
if [ -e $RPM_BUILD_ROOT/lib/modules/%{kernel_release}$i ] ; then
@@ -858,6 +858,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2007/07/20 00:37:03 shadzik
+- fix build-kernel installation
+
Revision 1.48 2007/07/20 00:35:02 shadzik
- delete -smp.configs as valid Sources
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.48&r2=1.49&f=u
More information about the pld-cvs-commit
mailing list