--- Makefile.orig 2006-12-10 21:53:56.000000000 -0500
+++ Makefile 2006-12-10 21:58:09.000000000 -0500
+OCAMLFIND = ##PREFIX##/bin/ocamlfind
HEREDOC = $(OCAMLC) -pp './HereDoc' text.cmo
$(OCAMLC) -c -a -o pa_HereDoc.cma unix.cma str.cma hereDoc_lexer.cmo pa_HereDoc.cmo
- $(OCAMLFIND) install HereDoc META HereDoc text.cmi text.cmo text.cmx text.o text.mli pa_HereDoc.cma
+ $(OCAMLFIND) install -destdir '##DESTDIR##' -metadir '' HereDoc META HereDoc text.cmi text.cmo text.cmx text.o text.mli pa_HereDoc.cma
$(OCAMLFIND) remove HereDoc