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

Bastian Blank waldi at alioth.debian.org
Thu Feb 4 09:03:53 UTC 2010


Author: waldi
Date: Thu Feb  4 09:03:36 2010
New Revision: 15116

Log:
debian/rules.real: Use /usr/lib/* as target for kbuild 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	Thu Feb  4 08:41:58 2010	(r15115)
+++ dists/trunk/linux-2.6/debian/rules.real	Thu Feb  4 09:03:36 2010	(r15116)
@@ -207,7 +207,7 @@
 	| \
 	cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'
 
-	ln -s ../$(PACKAGE_NAME_KBUILD)/{Kbuild,scripts} $(DIR)
+	ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/{Kbuild,scripts} $(DIR)
 
 	+$(MAKE_SELF) install-base
 
@@ -252,7 +252,7 @@
 	@echo '$$(cmd) %/: all' >> $(DIR)/Makefile
 	@echo '	@:' >> $(DIR)/Makefile
 
-	ln -s ../$(PACKAGE_NAME_KBUILD)/scripts $(DIR)
+	ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(DIR)
 
 	mkdir -p $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)
 	ln -s /usr/src/$(PACKAGE_NAME) $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/build



More information about the Kernel-svn-changes mailing list