]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-DESTDIR.patch
- updated to 1.0.7
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
1 diff -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.070103 seconds and 3 git commands to generate.