diff options
Diffstat (limited to 'testing/ocaml-findlib/Makefile.patch')
-rw-r--r-- | testing/ocaml-findlib/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ocaml-findlib/Makefile.patch b/testing/ocaml-findlib/Makefile.patch new file mode 100644 index 0000000000..6d95658469 --- /dev/null +++ b/testing/ocaml-findlib/Makefile.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in + + .PHONY: install-doc + install-doc: +- mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5" ++ mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5" + -cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1" + -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5" + |