]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-DESTDIR.patch
typo
[packages/alsa-utils.git] / alsa-utils-DESTDIR.patch
CommitLineData
45020984
AF
1--- alsa-0.4.0/alsa-utils-0.4.0/aplay/Makefile.am.DESTDIR Sat Jan 30 20:15:42 1999
2+++ alsa-0.4.0/alsa-utils-0.4.0/aplay/Makefile.am Fri Aug 20 10:18:52 1999
3@@ -13,12 +13,12 @@
cb26a0dc 4
45020984
AF
5 arecord.1: aplay.1
6 rm -f arecord.1
7- $(LN_S) $< $@
8+ echo ".so $<" > $@
3d43b0fd
AM
9
10 install-exec-hook:
11- rm -f $(bindir)/arecord
12- (cd $(bindir) && $(LN_S) aplay arecord)
45020984 13+ rm -f $(DESTDIR)/$(bindir)/arecord
3d43b0fd
AM
14+ (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
15
16 install-data-hook:
17- rm -f $(mandir)/man1/arecord.1
18- (cd $(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
19+ rm -f $(DESTDIR)$(mandir)/man1/arecord.1
45020984 20+ (cd $(DESTDIR)$(mandir)/man1 && echo ".so aplay.1" > arecord.1)
This page took 0.027151 seconds and 4 git commands to generate.