debian/rules.real: Install arch/ARCH/include into headers package.

svn path=/dists/trunk/linux-2.6/; revision=12872
This commit is contained in:
Bastian Blank 2009-02-19 15:41:38 +00:00
parent e94d103d3b
commit 5b0760b9e4
1 changed files with 3 additions and 5 deletions

8
debian/rules.real vendored
View File

@ -205,11 +205,9 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
-path './include/*' -print -o \
\( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' \) -print; \
find include/asm-generic -print; \
for i in $(KERNEL_HEADER_DIRS); do \
find arch/$$i \
\( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' -o -name 'module.lds' \) -print; \
find include/asm-$$i -print; \
done; \
find arch/$(KERNEL_ARCH) \
\( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' -o -name 'module.lds' \) -print; \
find arch/$(KERNEL_ARCH)/include -print; \
) \
| \
cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'