diff options
author | Randall Leeds <randall@apache.org> | 2011-08-23 19:19:22 +0000 |
---|---|---|
committer | Randall Leeds <randall@apache.org> | 2011-08-23 19:19:22 +0000 |
commit | 476b01cd4ae27d81b4831091f40ca278eb872160 (patch) | |
tree | c33c4c9f5d6da57a0e49d0b02d0a6533c7a590de /etc/windows | |
parent | 045fa896188ab3ca8dc55c8e6ac59a0b2dfd92db (diff) |
bring windows in line with r1001283 (COUCHDB-1197)
Thanks to Dave Cottlehuber for the patch.
This is a backport of r1160857 from trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1160859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/windows')
-rw-r--r-- | etc/windows/couchdb.iss.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/windows/couchdb.iss.tpl b/etc/windows/couchdb.iss.tpl index 8a32561d..868ac498 100644 --- a/etc/windows/couchdb.iss.tpl +++ b/etc/windows/couchdb.iss.tpl @@ -55,6 +55,7 @@ Source: "%openssl_bin_dir%\libeay32.dll"; DestDir: "{app}\bin"; Flags: ignorever [Dirs] Name: "{app}\var\lib\couchdb"; Permissions: authusers-modify Name: "{app}\var\log\couchdb"; Permissions: authusers-modify +Name: "{app}\var\run\couchdb"; Permissions: authusers-modify Name: "{app}\etc\couchdb"; Permissions: authusers-modify [Icons] |