]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup nsi syntax.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jun 2016 14:58:33 +0000 (14:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jun 2016 14:58:33 +0000 (14:58 +0000)
git-svn-id: file:///svn/unbound/trunk@3773 be551aaa-1e26-0410-a405-d3ace91eadb9

winrc/setup.nsi

index 3a4388e135f3fb48ddb6664a0d6ec14170b97b13..99f2b179467a8670b30bb49013ed1741e84b73e1 100644 (file)
@@ -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: