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

Andres Salomon dilinger at costa.debian.org
Tue Jul 19 23:29:31 UTC 2005


Author: dilinger
Date: 2005-07-19 23:29:30 +0000 (Tue, 19 Jul 2005)
New Revision: 3593

Modified:
   trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in
Log:
copy scripts/ subdir into per-flavour linux-headers package


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-19 23:23:30 UTC (rev 3592)
+++ trunk/kernel/source/linux-2.6-2.6.12/debian/templates/post-install.in	2005-07-19 23:29:30 UTC (rev 3593)
@@ -65,7 +65,7 @@
 
 find . -mindepth 1 -maxdepth 1 \
 	! -name debian -a ! -name Documentation -a ! -name include -a \
-	! -name DEBIAN -a ! -name '.*' -a \( \
+	! -name DEBIAN -a ! -name scripts -a ! -name '.*' -a \( \
 	-name Makefile -o -type d \) \
 	-printf "../linux-headers-$prefix/%f\n" |
 	xargs ln -s --target-directory="$dir"
@@ -77,6 +77,7 @@
 	-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