Sorry for the late reply.

Your last two patches make full sense to me. Applied.

> -OSNAME = "Debian GNU/`uname | sed -e 's/GNU\///'`"
> +OSNAME = Debian GNU/$(shell uname | sed -e 's/GNU\///')

Note: The funny thing about this definition (I mean: the fact that
there is a definition at all), is that it was some kind fallback that
only took effect for Debian GNU/kFreeBSD if I remember well.

Maybe it's not necessary anymore, but it does not make harm either,
so I've kept it as is.

Thanks.

Reply via email to