aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2010-02-24 14:29:09 +0000
committerBastian Blank <waldi@debian.org>2010-02-24 14:29:09 +0000
commit0e4c270da522e0b09ff8b14560c2d701f03c3df4 (patch)
tree5c5baa6e35ecadcd291725f282958cb6b055a8f8
parent02015c3e98c25a3316f4ad068b2cf3083799822b (diff)
downloadkernel_replicant_linux-0e4c270da522e0b09ff8b14560c2d701f03c3df4.tar.gz
kernel_replicant_linux-0e4c270da522e0b09ff8b14560c2d701f03c3df4.tar.bz2
kernel_replicant_linux-0e4c270da522e0b09ff8b14560c2d701f03c3df4.zip
debian/rules.real: Fix scripts inclusion into common headers package.
svn path=/dists/sid/linux-2.6/; revision=15268
-rw-r--r--debian/rules.real3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules.real b/debian/rules.real
index f0386448ea0d..391ab67804e2 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -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; \
) \