copy scripts/ subdir into per-flavour linux-headers package

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

View File

@ -65,7 +65,7 @@ cp -a Module.symvers $dir
find . -mindepth 1 -maxdepth 1 \
! -name debian -a ! -name Documentation -a ! -name include -a \
! -name DEBIAN -a ! -name '.*' -a \( \
! -name DEBIAN -a ! -name scripts -a ! -name '.*' -a \( \
-name Makefile -o -type d \) \
-printf "../linux-headers-$prefix/%f\n" |
xargs ln -s --target-directory="$dir"
@ -77,6 +77,7 @@ find . -mindepth 1 -maxdepth 1 \
-printf "../../linux-headers-$prefix/include/%f\n" |
xargs ln -s --target-directory=$dir/include
cp -a config $dir/include
cp -a scripts $dir/include
ln -sf asm-${arch} $dir/include/asm
find linux -mindepth 1 -maxdepth 1 \
! -name autoconf.h -a ! -name compile.h -a ! -name version.h \