haxe/haxe.patch

Wed, 25 Feb 2009 13:55:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 25 Feb 2009 13:55:52 +0100
changeset 112
6052d0605a74
child 113
29f149b6e2be
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

michael@112 1 Index: haxe/doc/install.ml
michael@112 2 --- haxe/doc/install.ml.orig 2007-12-16 14:37:46 +0100
michael@112 3 +++ haxe/doc/install.ml 2008-05-30 14:06:45 +0200
michael@112 4 @@ -144,10 +144,10 @@
michael@112 5 in
michael@112 6 let startdir = Sys.getcwd() in
michael@112 7 try
michael@112 8 - download();
michael@112 9 + (* download(); *)
michael@112 10 compile();
michael@112 11 Sys.chdir startdir;
michael@112 12 with
michael@112 13 Failure msg ->
michael@112 14 Sys.chdir startdir;
michael@112 15 - prerr_endline msg; exit 1
michael@112 16 \ No newline at end of file
michael@112 17 + prerr_endline msg; exit 1

mercurial