Comment out include/asm symlink deletion in the generic per-arch linux-headers package. This symlink was present in headers packages before 2.6.14-1.

svn path=/dists/trunk/linux-2.6/; revision=4856
This commit is contained in:
Frederik Schüler 2005-11-21 07:59:55 +00:00
parent 53b3f2cc6d
commit 53723b8adc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ rm -rf scripts
# we'll want to drop this bit of code. The asm-* directories should remain.
DIRS="generic $(for i in $KERNEL_HEADER_DIRS; do echo -n '|' $i; done)"
rm -f include/asm
#rm -f include/asm
eval "
for i in include/asm-*; do
case \${i#include/asm-} in