debian/rules.real: Fix scripts inclusion into common headers package.

svn path=/dists/sid/linux-2.6/; revision=15268
This commit is contained in:
Bastian Blank 2010-02-24 14:29:09 +00:00
parent 02015c3e98
commit 0e4c270da5
1 changed files with 1 additions and 2 deletions

3
debian/rules.real vendored
View File

@ -200,8 +200,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
echo Makefile; \
find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \
find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
find $$(find arch/$(KERNEL_ARCH) -name include -type d -print) -print; \
find $$(find arch/$(KERNEL_ARCH) -maxdepth 1 -name scripts -type d -print) -print; \
find $$(find arch/$(KERNEL_ARCH) \( -name include -o -name scripts \) -type d -print) -print; \
find include -name 'asm*' -prune -o -print; \
find include/asm-generic -print; \
) \