Problem with alsa driver compilation script

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

 



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@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux