]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils-DESTDIR.patch
- adapterized.
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
index 09f9f67113cc5a6b706c4f58576810b3ff25f906..11b7dba17c78e18058e94e7e7688396dfb10c1a3 100644 (file)
@@ -1,40 +1,15 @@
-diff -urN alsa-utils-0.3.1.orig/aplay/Makefile alsa-utils-0.3.1/aplay/Makefile
---- alsa-utils-0.3.1.orig/aplay/Makefile       Sat Jun  5 16:54:50 1999
-+++ alsa-utils-0.3.1/aplay/Makefile    Sat Jun  5 17:03:18 1999
-@@ -356,12 +356,12 @@
+diff -Nru alsa-utils-0.5.10/aplay/Makefile.am alsa-utils-0.5.10.new/aplay/Makefile.am
+--- alsa-utils-0.5.10/aplay/Makefile.am        Sat Nov  4 13:17:20 2000
++++ alsa-utils-0.5.10.new/aplay/Makefile.am    Thu Dec  7 18:15:19 2000
+@@ -16,9 +16,9 @@
        $(LN_S) $< $@
  
  install-exec-hook:
 -      rm -f $(bindir)/arecord
--      (cd $(bindir) && $(LN_S) aplay arecord)
 +      rm -f $(DESTDIR)$(bindir)/arecord
-+      (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
+       (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
  
  install-data-hook:
 -      rm -f $(mandir)/man1/arecord.1
--      (cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
 +      rm -f $(DESTDIR)$(mandir)/man1/arecord.1
-+      (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
-diff -urN alsa-utils-0.3.1.orig/aplay/Makefile.in alsa-utils-0.3.1/aplay/Makefile.in
---- alsa-utils-0.3.1.orig/aplay/Makefile.in    Sat Jun  5 16:54:50 1999
-+++ alsa-utils-0.3.1/aplay/Makefile.in Sat Jun  5 17:03:30 1999
-@@ -356,12 +356,12 @@
-       $(LN_S) $< $@
- install-exec-hook:
--      rm -f $(bindir)/arecord
--      (cd $(bindir) && $(LN_S) aplay arecord)
-+      rm -f $(DESTDIR)$(bindir)/arecord
-+      (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
- install-data-hook:
--      rm -f $(mandir)/man1/arecord.1
--      (cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
-+      rm -f $(DESTDIR)$(mandir)/man1/arecord.1
-+      (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
+       (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
This page took 0.052608 seconds and 4 git commands to generate.