From: Wouter Wijngaards Date: Thu, 9 Jun 2016 14:58:33 +0000 (+0000) Subject: fixup nsi syntax. X-Git-Tag: release-1.5.10~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2c82f60f89443f481f2a247aafec90980aff174;p=thirdparty%2Funbound.git fixup nsi syntax. git-svn-id: file:///svn/unbound/trunk@3773 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/winrc/setup.nsi b/winrc/setup.nsi index 3a4388e13..99f2b1794 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -98,7 +98,7 @@ section "-hidden.postinstall" # Does service.conf already exist? IfFileExists "$INSTDIR\service.conf" 0 service_conf_not_found # if so, leave it be and place the shipped file under another name - File "service.conf" /oname="service.conf.shipped" + File /oname=service.conf.shipped "service.conf" goto end_service_conf_not_found # or, it is not there, place it and fill it. service_conf_not_found: