Initial version of Xerces-c.
[fedora-mingw.git] / ocaml-csv / csv-install.patch
1 Binary files ocaml-csv-1.1.7.orig/csv.a and ocaml-csv-1.1.7/csv.a differ
2 diff -ur ocaml-csv-1.1.7.orig/Makefile ocaml-csv-1.1.7/Makefile
3 --- ocaml-csv-1.1.7.orig/Makefile       2008-10-27 22:04:21.000000000 +0000
4 +++ ocaml-csv-1.1.7/Makefile    2008-10-27 22:06:47.000000000 +0000
5 @@ -70,7 +70,8 @@
6  # Build a distribution.
7  
8  install:
9 -       ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx} META
10 +       ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx,mli} META
11 +       install -m 0755 csvtool $(DESTDIR)/usr/bin
12  
13  dist:
14         $(MAKE) check-manifest
15 Only in ocaml-csv-1.1.7.orig: README