aboutsummaryrefslogtreecommitdiffstats
path: root/net/sipxpbx/files/patch-sipXpark_doc_Makefile.am
blob: 91eae40a7473f0859ee2da5353b1f5bbe4c99723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./sipXpark/doc/Makefile.am.orig Sat Dec 30 15:21:53 2006
+++ ./sipXpark/doc/Makefile.am  Sat Dec 30 15:22:25 2006
@@ -29,7 +29,7 @@
    rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
    @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
    find @PACKAGE@ -type f -print \
-   | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
+   | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
 
 clean: clean-doc