shithub: sox

Download patch

ref: 6b89c951e0a2501688941f6fbcacfe051c12eb06
parent: 8b976452caeac9fb93439a5d0b28f1b28bab3e51
author: cbagwell <cbagwell>
date: Wed Jan 24 23:21:50 EST 2007

Install symlinks as data.  This moves it after MAN pages which allows
directories to be created first.

--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@
 
 pdf: sox.pdf soxexam.pdf libst.pdf
 
-install-exec-hook:
+install-data-hook:
 	cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
 	cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1