hrm, that scripts path was wrong

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3595
This commit is contained in:
Andres Salomon 2005-07-20 19:27:24 +00:00
parent 810d8271f2
commit 8a20fcccdd
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,7 @@ find . -mindepth 1 -maxdepth 1 \
-printf "../linux-headers-$prefix/%f\n" |
xargs ln -s --target-directory="$dir"
cp -a scripts $dir
cd include
find . -mindepth 1 -maxdepth 1 \
! -name config -a ! -name linux -a \( \
@ -77,7 +78,6 @@ 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 \