r3595 - trunk/kernel/source/linux-2.6-2.6.12/debian/templates

Andres Salomon dilinger at costa.debian.org
Wed Jul 20 19:27:24 UTC 2005


Author: dilinger
Date: 2005-07-20 19:27:24 +0000 (Wed, 20 Jul 2005)
New Revision: 3595

Modified:
   trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in
Log:
hrm, that scripts path was wrong


Modified: trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in
===================================================================
--- trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in	2005-07-20 00:04:24 UTC (rev 3594)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in	2005-07-20 19:27:24 UTC (rev 3595)
@@ -70,6 +70,7 @@
 	-printf "../linux-headers-$prefix/%f\n" |
 	xargs ln -s --target-directory="$dir"
 
+cp -a scripts $dir
 cd include
 find . -mindepth 1 -maxdepth 1 \
 	! -name config -a ! -name linux -a \( \
@@ -77,7 +78,6 @@
 	-printf "../../linux-headers-$prefix/include/%f\n" |
 	xargs ln -s --target-directory=$dir/include
 cp -a config $dir/include
-cp -a scripts $dir/include
 ln -sf asm-${arch} $dir/include/asm
 find linux -mindepth 1 -maxdepth 1 \
 	! -name autoconf.h -a ! -name compile.h -a ! -name version.h \




More information about the Kernel-svn-changes mailing list