--- ./sipXpresence/doc/Makefile.am.orig Sat Dec 30 15:31:07 2006 +++ ./sipXpresence/doc/Makefile.am Sat Dec 30 15:31:19 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