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