[kernel] r15243 - dists/sid/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Sat Feb 20 05:29:15 UTC 2010


Author: benh
Date: Sat Feb 20 05:29:13 2010
New Revision: 15243

Log:
Add link to arch scripts in linux-kbuild from linux-headers packages

Modified:
   dists/sid/linux-2.6/debian/rules.real

Modified: dists/sid/linux-2.6/debian/rules.real
==============================================================================
--- dists/sid/linux-2.6/debian/rules.real	Sat Feb 20 05:27:26 2010	(r15242)
+++ dists/sid/linux-2.6/debian/rules.real	Sat Feb 20 05:29:13 2010	(r15243)
@@ -208,6 +208,10 @@
 	cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'
 
 	ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/{Kbuild,scripts} $(DIR)
+	if [ -d $(SOURCE_DIR)/arch/$(KERNEL_ARCH)/scripts ]; then \
+		ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/arch/$(KERNEL_ARCH)/scripts \
+			$(DIR)/arch/$(KERNEL_ARCH); \
+	fi
 
 	+$(MAKE_SELF) install-base
 



More information about the Kernel-svn-changes mailing list