diff options
Diffstat (limited to 'net/sipxvxml/files/patch-doc-Makefile.am')
-rw-r--r-- | net/sipxvxml/files/patch-doc-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipxvxml/files/patch-doc-Makefile.am b/net/sipxvxml/files/patch-doc-Makefile.am new file mode 100644 index 000000000000..f4c7f32028e6 --- /dev/null +++ b/net/sipxvxml/files/patch-doc-Makefile.am @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orig Tue Jan 30 12:45:17 2007 ++++ doc/Makefile.am Tue Jan 30 12:46:02 2007 +@@ -28,7 +28,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 + |