linux-headers: Fix find syntax so module.lds is included again

svn path=/dists/sid/linux/; revision=19943
This commit is contained in:
Ben Hutchings 2013-03-23 23:29:38 +00:00
parent 000a73ec79
commit 2378c62858
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -235,7 +235,7 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(FEATURESET)
( \
echo Makefile; \
find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \
find arch/$(KERNEL_ARCH) -name 'module.lds' -o -name 'Kbuild.platforms' -print -o -name 'Platform' -print; \
find arch/$(KERNEL_ARCH) \( -name 'module.lds' -o -name 'Kbuild.platforms' -o -name 'Platform' \) -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; \