2009/6/23 <mt...@apache.org>
>
> Author: mturk
> Date: Tue Jun 23 15:29:35 2009
> New Revision: 787710
>
> URL: http://svn.apache.org/viewvc?rev=787710&view=rev
> Log:
> Propose windows packages backport from trunk.
>
> Modified:
>    tomcat/tc6.0.x/trunk/STATUS.txt
>
> +
> +* Update release process to include new windows package zip files
> +  with .dll and .exe matching a target CPU. Patch also syncs
> +  and fixes nsi installer script.
> +  Patch for 6.0.x is available at:
> +  http://people.apache.org/~mturk/tomcat/tomcat6-package-winzip.patch

In the FindCpuType function:

+  StrCmp $0 "%PROCESSOR_ARCHITEW6432%" 0 +5

I think it should be
StrCmp $0 "%PROCESSOR_ARCHITEW6432%" +5 0


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to