[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [kernel] r4856 - dists/trunk/linux-2.6/debian/bin



On Mon, 21 Nov 2005, Frederik Schüler wrote:

> Author: fschueler-guest
> Date: Mon Nov 21 07:59:55 2005
> New Revision: 4856
> 
> Modified:
>    dists/trunk/linux-2.6/debian/bin/install-header
> Log:
> 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.
> 
> 
> Modified: dists/trunk/linux-2.6/debian/bin/install-header
> ==============================================================================
> --- dists/trunk/linux-2.6/debian/bin/install-header	(original)
> +++ dists/trunk/linux-2.6/debian/bin/install-header	Mon Nov 21 07:59:55 2005
> @@ -15,7 +15,7 @@
>  # 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

can we put that patch in?

would unbreak klibc.

--
maks



Reply to: