diff options
Diffstat (limited to 'net/sipxtacklib/files/patch-doc-Makefile.am')
-rw-r--r-- | net/sipxtacklib/files/patch-doc-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipxtacklib/files/patch-doc-Makefile.am b/net/sipxtacklib/files/patch-doc-Makefile.am new file mode 100644 index 000000000000..e8bc77b5966d --- /dev/null +++ b/net/sipxtacklib/files/patch-doc-Makefile.am @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orgi Mon Jan 29 12:10:45 2007 ++++ doc/Makefile.am Mon Jan 29 12:11:05 2007 +@@ -31,7 +31,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@/% + + clean: clean-doc + |