shithub: opus

Download patch

ref: ca82894ef16bbd74839cb93e35486e5a3b90426d
parent: 696d68c0c3803c28971d6a36a3537a90743dd8b3
author: Hanspeter Niederstrasser <[email protected]>
date: Wed Sep 26 15:36:57 EDT 2012

remove GNUism from install doc command

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,7 +22,8 @@
 
 install-data-local:
 	for f in `find html -type f \! -name "installdox"`; do	\
-		$(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f;	\
+		$(INSTALL) -d $(DESTDIR)$(docdir)/html/search;	\
+		$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f;	\
 	done
 
 	$(INSTALL) -d $(DESTDIR)$(mandir)/man3