ocaml/testsuite/external/hevea-1.10.patch

23 lines
657 B
Diff
Raw Normal View History

diff -r -u hevea-1.10 2/hevea.ml hevea-1.10/hevea.ml
--- hevea-1.10 2/hevea.ml 2007-02-09 15:44:28.000000000 +0100
+++ hevea-1.10/hevea.ml 2009-08-27 17:51:55.000000000 +0200
@@ -237,6 +237,7 @@
*)
end ;
let _ = finalize false in
+ begin try Sys.remove Parse_opts.name_out with _ -> () end;
prerr_endline "Adios" ;
exit 2
;;
--- hevea-1.10/Makefile.orig 2009-10-28 12:18:16.000000000 +0100
+++ hevea-1.10/Makefile 2009-10-28 12:18:00.000000000 +0100
@@ -48,7 +48,7 @@
all-make: $(TARGET)-make
install: config.sh
- ./install.sh $(TARGET)
+ LIBDIR=${LIBDIR} LATEXLIBDIR=${LATEXLIBDIR} ./install.sh $(TARGET)
byte: ocb-byte
opt: ocb-opt