debian/bin/install-header

- Remove include/asm from package.
- Remove debugging output.

svn path=/dists/trunk/linux-2.6/; revision=4607
This commit is contained in:
Bastian Blank 2005-10-23 11:10:44 +00:00
parent 4d89e2fa76
commit b4cc36af8f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@
# include/asm-* directories.
#
set -e
set -x
# The scripts/ directory should be supplied for each flavour, since some
# archs do some *very* strange things...
@ -17,6 +16,7 @@ rm -rf scripts
DIRS="generic $KERNEL_HEADER_DIRS"
DIRS=($DIRS)
rm -f include/asm
for i in include/asm-*; do
case ${i#include/asm-} in
$DIRS)