]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-DESTDIR.patch
09f9f67113cc5a6b706c4f58576810b3ff25f906
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
1 diff -urN alsa-utils-0.3.1.orig/aplay/Makefile alsa-utils-0.3.1/aplay/Makefile
2 --- alsa-utils-0.3.1.orig/aplay/Makefile        Sat Jun  5 16:54:50 1999
3 +++ alsa-utils-0.3.1/aplay/Makefile     Sat Jun  5 17:03:18 1999
4 @@ -356,12 +356,12 @@
5         $(LN_S) $< $@
6  
7  install-exec-hook:
8 -       rm -f $(bindir)/arecord
9 -       (cd $(bindir) && $(LN_S) aplay arecord)
10 +       rm -f $(DESTDIR)$(bindir)/arecord
11 +       (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
12  
13  install-data-hook:
14 -       rm -f $(mandir)/man1/arecord.1
15 -       (cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
16 +       rm -f $(DESTDIR)$(mandir)/man1/arecord.1
17 +       (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
18  
19  # Tell versions [3.59,3.63) of GNU make to not export all variables.
20  # Otherwise a system limit (for SysV at least) may be exceeded.
21 diff -urN alsa-utils-0.3.1.orig/aplay/Makefile.in alsa-utils-0.3.1/aplay/Makefile.in
22 --- alsa-utils-0.3.1.orig/aplay/Makefile.in     Sat Jun  5 16:54:50 1999
23 +++ alsa-utils-0.3.1/aplay/Makefile.in  Sat Jun  5 17:03:30 1999
24 @@ -356,12 +356,12 @@
25         $(LN_S) $< $@
26  
27  install-exec-hook:
28 -       rm -f $(bindir)/arecord
29 -       (cd $(bindir) && $(LN_S) aplay arecord)
30 +       rm -f $(DESTDIR)$(bindir)/arecord
31 +       (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
32  
33  install-data-hook:
34 -       rm -f $(mandir)/man1/arecord.1
35 -       (cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
36 +       rm -f $(DESTDIR)$(mandir)/man1/arecord.1
37 +       (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
38  
39  # Tell versions [3.59,3.63) of GNU make to not export all variables.
40  # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.026271 seconds and 2 git commands to generate.