[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] svn.iss: Fix syntax error

From: G.J. Doornink <dkg_at_xs4all.nl>
Date: 2006-08-08 14:16:24 CEST

Hello,

Attached is a patch for svn.iss which fixes a syntax error that prevents
 newer Inno Setup versions (in my case 5.1.5) from compiling the script.

[[
* packages/windows-innosetup/svn.iss: Add missing option separator
]]

Kind regards,

Gerrit Jan

-- 
G.J. Doornink <dkg@xs4all.nl>

Index: packages/windows-innosetup/svn.iss
===================================================================
--- packages/windows-innosetup/svn.iss (revision 21011)
+++ packages/windows-innosetup/svn.iss (working copy)
@@ -157,7 +157,7 @@
 ;or
 ;Name: main; Description: Subversion application files; Types: standard custom full; flags: fixed
 
-Name: pdb; Description: Debug Symbol Files; Types: full custom flags: disablenouninstallwarning
+Name: pdb; Description: Debug Symbol Files; Types: full custom; flags: disablenouninstallwarning
 
 [InstallDelete]
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 8 14:18:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.