]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 7 Dec 2000 17:08:12 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-DESTDIR.patch -> 1.4

alsa-utils-DESTDIR.patch [deleted file]

diff --git a/alsa-utils-DESTDIR.patch b/alsa-utils-DESTDIR.patch
deleted file mode 100644 (file)
index 0c48a90..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 $<" > $@
- 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 && echo ".so aplay.1" > arecord.1)
This page took 0.058325 seconds and 4 git commands to generate.