Author: nextgens
Date: 2006-08-08 15:14:32 +0000 (Tue, 08 Aug 2006)
New Revision: 9969

Modified:
   trunk/apps/installer/installclasspath/windows/update.cmd
Log:
create %freenet%/lib if needed

Modified: trunk/apps/installer/installclasspath/windows/update.cmd
===================================================================
--- trunk/apps/installer/installclasspath/windows/update.cmd    2006-08-08 
14:57:38 UTC (rev 9968)
+++ trunk/apps/installer/installclasspath/windows/update.cmd    2006-08-08 
15:14:32 UTC (rev 9969)
@@ -66,6 +66,7 @@
 ::Updater is up to date, check Freenet
 :updaterok
 ::Check for sha1test and download if needed.
+if not exist lib mkdir lib
 if not exist lib\sha1test.jar bin\wget.exe -o NUL --timeout=10 --waitretry=20  
http://downloads.freenetproject.org/alpha/installer/sha1test.jar -O 
lib\sha1test.jar

 if not errorlevel 0 goto error3


Reply via email to