> Oops, small but obviously fatal copy&paste mistake. Does this solve
> your issue?
> 
> diff --git a/configure b/configure
> index 4a37883..e37f5ff 100755
> --- a/configure
> +++ b/configure
> @@ -89,7 +89,7 @@ arch=${arch%%-*}
>  kerneldir=$(cd $kerneldir; pwd)
>  
>  # see if we have split build and source directories
> -if [ ! -d "$kerneldir/Kbuild" ]; then
> +if [ ! -e "$kerneldir/Kbuild" ]; then
>      kernelsourcedir=$kerneldir/source
>      if [ ! -L "$kernelsourcedir" ]; then
>          kernelsourcedir=${kerneldir%/build*}/source
> 
> Jan
> 
> -- 
Hello Jan,
yes, it does! thanks!
n.


-- 
-------------------------------------
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava

tel.:   +420 596 603 142
fax:    +420 596 621 273
mobil:  +420 777 093 799
www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: [email protected]
-------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to