[LAU] Problem with alsa driver compilation script

From: Ílson Bolzan <ilbolzan@email-addr-hidden>
Date: Fri Jul 10 2015 - 06:50:02 EEST

Hi,

I'm using Ubuntu 15.04 and was trying to run the script (
http://www.alsa-project.org/alsa-compile.sh) but it was telling me that i
don't have 'patch' package installed, but i have it.

I found that the problem is because is expected that

patch --version | head -1 | cut -d ' ' -f 1

would return 'patch'

But instead it return 'GNU', because here the name id "GNU patch"

So maybe you could change de script for:

patch --version | head -1 | cut -d ' ' -f 1-2 | grep patch -o

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Jul 10 08:15:01 2015

This archive was generated by hypermail 2.1.8 : Fri Jul 10 2015 - 08:15:02 EEST