summarylogtreecommitdiffstats
path: root/alsaequal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'alsaequal.patch')
-rw-r--r--alsaequal.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/alsaequal.patch b/alsaequal.patch
new file mode 100644
index 000000000000..bf735b27adde
--- /dev/null
+++ b/alsaequal.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...