]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-DESTDIR.patch
- typo
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
CommitLineData
d8b7b583 1diff -Nru alsa-utils-0.5.10/aplay/Makefile.am alsa-utils-0.5.10.new/aplay/Makefile.am
2--- alsa-utils-0.5.10/aplay/Makefile.am Sat Nov 4 13:17:20 2000
3+++ alsa-utils-0.5.10.new/aplay/Makefile.am Thu Dec 7 18:15:19 2000
4@@ -16,9 +16,9 @@
5 $(LN_S) $< $@
6
7 install-exec-hook:
8- rm -f $(bindir)/arecord
9+ rm -f $(DESTDIR)$(bindir)/arecord
10 (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
11
12 install-data-hook:
13- rm -f $(mandir)/man1/arecord.1
14+ rm -f $(DESTDIR)$(mandir)/man1/arecord.1
15 (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
This page took 0.140062 seconds and 4 git commands to generate.