summarylogtreecommitdiffstats
path: root/alsaequal.patch
diff options
context:
space:
mode:
authorsudokamikaze2018-01-14 21:39:56 +0200
committersudokamikaze2018-01-14 21:40:04 +0200
commit3cf912201b5583ebacd5feeafe8499b4c7b97d31 (patch)
treebfdcd9cc3d47e17a12edaf89c00f8acbe9e21677 /alsaequal.patch
parentaa08d0eaf18ba1640b4cea772ac7971f1af790d4 (diff)
downloadaur-lib32-alsaequal.tar.gz
Cleaned a bit, also updated mail
Splited few patches into one Signed-off-by: sudokamikaze <sudokamikaze@protonmail.com>
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...