head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2008.05.30.12.12.02; author rse; state Exp; branches; next 1.1; commitid czLzI75BMkmJ6Z4t; 1.1 date 2008.05.30.10.23.05; author rse; state Exp; branches; next ; commitid 94KGTENzP49mvY4t; desc @@ 1.2 log @downgrade to release version 1.19 and use the bundled install.ml @ text @Index: haxe/doc/install.ml --- haxe/doc/install.ml.orig 2007-12-16 14:37:46 +0100 +++ haxe/doc/install.ml 2008-05-30 14:06:45 +0200 @@@@ -144,10 +144,10 @@@@ in let startdir = Sys.getcwd() in try - download(); + (* download(); *) compile(); Sys.chdir startdir; with Failure msg -> Sys.chdir startdir; - prerr_endline msg; exit 1 \ No newline at end of file + prerr_endline msg; exit 1 @ 1.1 log @new package: haxe 2.00.20080530 (Haxe Programming Language) @ text @d1 14 a14 14 Index: install.ml --- install.ml.orig 2008-05-26 12:49:40 +0200 +++ install.ml 2008-05-30 11:43:14 +0200 @@@@ -161,10 +161,10 @@@@ in let startdir = Sys.getcwd() in try - download(); + (* download(); *) compile(); Sys.chdir startdir; with Failure msg -> Sys.chdir startdir; d17 1 a17 1 + prerr_endline msg; exit 1 @