# HG changeset patch # User Dan # Date 1243401321 14400 # Node ID ac5bcb4e52842d5d0dbba415d0a286c8d07e5a3d # Parent 67e1cc6cd929a9969ac63a447e5308d8ff48823b PostgreSQL: skip applications.html stage (not supported in upstream wappstack) diff -r 67e1cc6cd929 -r ac5bcb4e5284 enano-bundle.nsi --- a/enano-bundle.nsi Wed May 27 01:05:23 2009 -0400 +++ b/enano-bundle.nsi Wed May 27 01:15:21 2009 -0400 @@ -212,6 +212,10 @@ SectionEnd Section -InsertApplistEntry + ; Skip if this is WAPPStack, it doesn't have an applications.html. (!) + StrCmp $stack_type "WAPP" 0 +2 + Return + Call enano_add_to_applist SectionEnd