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

Bastian Blank waldi at alioth.debian.org
Wed Sep 26 18:17:32 UTC 2007


Author: waldi
Date: Wed Sep 26 18:17:31 2007
New Revision: 9556

Log:
debian/rules.real: Fix target of asm links.


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	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Wed Sep 26 18:17:31 2007
@@ -311,7 +311,7 @@
 
 	cd $(SOURCE_DIR); \
 	for dir in asm-generic $(foreach t,$(filter-out $(KERNEL_ARCH),$(KERNEL_HEADER_DIRS)),asm-$(t)); do \
-		ln -s --target-directory='$(CURDIR)'/$(DIR)/include ../../$(PACKAGE_NAME_HEADERS)/$$dir; \
+		ln -s --target-directory='$(CURDIR)'/$(DIR)/include ../../$(PACKAGE_NAME_HEADERS)/include/$$dir; \
 	done
 
 	ln -s ../$(PACKAGE_NAME_KBUILD)/scripts $(DIR)



More information about the Kernel-svn-changes mailing list