blob: 048552e5dca845afe7dbd440f6f400ca418a999f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/Makefile.in.orgi Mon Jan 29 12:35:07 2007
+++ doc/Makefile.in Mon Jan 29 12:37:18 2007
@@ -485,7 +485,7 @@
rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
@INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
find @PACKAGE@ -type f -print \
- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
install-ssl-doc: $(DESTDIR)@SIPX_DOCDIR@/INSTALL.ssl
|