nuke the scripts directory from the common header package..

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3592
This commit is contained in:
Andres Salomon 2005-07-19 23:23:30 +00:00
parent b89b1be3fb
commit 5d081eb654
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#
set -e
# The scripts/ directory should be supplied for each flavour, since some
# archs do some *very* strange things...
rm -rf scripts
# XXX: once we're using a linux-headers-$(version)-$(debnum) that's Arch: all,
# we'll want to drop this bit of code. The asm-* directories should remain.