summaryrefslogtreecommitdiff
path: root/pcr-testing/alsaequal/makefile.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-09-12 08:25:32 +0000
committerbill-auger <mr.j.spam.me@gmail.com>2018-09-30 04:27:49 -0400
commit413017bac5d7da957a207a004778899d7ee914e6 (patch)
tree1409e44ea03e004b44506c60549d6fc81aaa73f3 /pcr-testing/alsaequal/makefile.patch
parentc841a41569ad9aa6beffe5ddb8952b426a8ece45 (diff)
downloadabslibre-413017bac5d7da957a207a004778899d7ee914e6.tar.gz
abslibre-413017bac5d7da957a207a004778899d7ee914e6.tar.bz2
abslibre-413017bac5d7da957a207a004778899d7ee914e6.zip
add 'alsaequal'
Diffstat (limited to 'pcr-testing/alsaequal/makefile.patch')
-rw-r--r--pcr-testing/alsaequal/makefile.patch13
1 files changed, 13 insertions, 0 deletions
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...