[kernel] r15242 - dists/trunk/linux-2.6/debian

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


Author: benh
Date: Sat Feb 20 05:27:26 2010
New Revision: 15242

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

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

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Sat Feb 20 05:10:49 2010	(r15241)
+++ dists/trunk/linux-2.6/debian/rules.real	Sat Feb 20 05:27:26 2010	(r15242)
@@ -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