From 413017bac5d7da957a207a004778899d7ee914e6 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 12 Sep 2018 08:25:32 +0000 Subject: add 'alsaequal' --- pcr-testing/alsaequal/makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr-testing/alsaequal/makefile.patch (limited to 'pcr-testing/alsaequal/makefile.patch') diff --git a/pcr-testing/alsaequal/makefile.patch b/pcr-testing/alsaequal/makefile.patch new file mode 100644 index 000000000..20baf11bd --- /dev/null +++ b/pcr-testing/alsaequal/makefile.patch @@ -0,0 +1,13 @@ +--- Makefile 2009-08-27 18:09:24.000000000 -0400 ++++ Makefile 2009-08-27 18:09:49.000000000 -0400 +@@ -45,8 +45,8 @@ + + install: all + @echo Installing... +- $(Q)install -m 644 $(SND_PCM_BIN) ${DESTDIR}/usr/lib/alsa-lib/ +- $(Q)install -m 644 $(SND_CTL_BIN) ${DESTDIR}/usr/lib/alsa-lib/ ++ $(Q)install -m 755 $(SND_PCM_BIN) ${DESTDIR}/usr/lib/alsa-lib/ ++ $(Q)install -m 755 $(SND_CTL_BIN) ${DESTDIR}/usr/lib/alsa-lib/ + + uninstall: + @echo Un-installing... -- cgit v1.2.3