Hi, sorry, but i'm not sure if this is the right list to send that.
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
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
Thank you.
------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/
_______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user