debian/rules.real: Use /usr/lib/* as target for kbuild links.

svn path=/dists/trunk/linux-2.6/; revision=15116
This commit is contained in:
Bastian Blank 2010-02-04 09:03:36 +00:00
parent 1c25c34ed2
commit d92a694fd9
1 changed files with 2 additions and 2 deletions

4
debian/rules.real vendored
View File

@ -207,7 +207,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
| \
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 @@ endif
@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