]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils-DESTDIR.patch
- updated to 0.9.0beta3
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
index 0c48a90308d23dc6470a1653bf8cd7a54276a83d..11b7dba17c78e18058e94e7e7688396dfb10c1a3 100644 (file)
@@ -1,20 +1,15 @@
---- alsa-0.4.0/alsa-utils-0.4.0/aplay/Makefile.am.DESTDIR      Sat Jan 30 20:15:42 1999
-+++ alsa-0.4.0/alsa-utils-0.4.0/aplay/Makefile.am      Fri Aug 20 10:18:52 1999
-@@ -13,12 +13,12 @@
- arecord.1: aplay.1
-       rm -f arecord.1
--      $(LN_S) $< $@
-+      echo ".so $<" > $@
+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)
++      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 && echo ".so aplay.1" > arecord.1)
+       (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
This page took 0.027988 seconds and 4 git commands to generate.