]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- updated to 0.4.0 alsa-0_5_0-1
authorArtur Frysiak <artur@frysiak.net>
Fri, 20 Aug 1999 09:06:33 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-DESTDIR.patch -> 1.3

alsa-utils-DESTDIR.patch

index 09f9f67113cc5a6b706c4f58576810b3ff25f906..0c48a90308d23dc6470a1653bf8cd7a54276a83d 100644 (file)
@@ -1,40 +1,20 @@
-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 @@
-       $(LN_S) $< $@
+--- 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 @@
  
- 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.
-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) $< $@
+ arecord.1: aplay.1
+       rm -f arecord.1
+-      $(LN_S) $< $@
++      echo ".so $<" > $@
  
  install-exec-hook:
 -      rm -f $(bindir)/arecord
 -      (cd $(bindir) && $(LN_S) aplay arecord)
-+      rm -f $(DESTDIR)$(bindir)/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 && echo ".so aplay.1" > arecord.1)
This page took 0.226315 seconds and 4 git commands to generate.