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

alsa-utils-DESTDIR.patch [new file with mode: 0644]

diff --git a/alsa-utils-DESTDIR.patch b/alsa-utils-DESTDIR.patch
new file mode 100644 (file)
index 0000000..11b7dba
--- /dev/null
@@ -0,0 +1,15 @@
+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
++      rm -f $(DESTDIR)$(bindir)/arecord
+       (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
+ install-data-hook:
+-      rm -f $(mandir)/man1/arecord.1
++      rm -f $(DESTDIR)$(mandir)/man1/arecord.1
+       (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
This page took 0.041427 seconds and 4 git commands to generate.