[Gpg4win-commits] r626 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Dec 7 14:25:26 CET 2007
Author: marcus
Date: 2007-12-07 14:25:26 +0100 (Fri, 07 Dec 2007)
New Revision: 626
Modified:
trunk/src/inst-dirmngr.nsi
Log:
Fix comment.
Modified: trunk/src/inst-dirmngr.nsi
===================================================================
--- trunk/src/inst-dirmngr.nsi 2007-12-06 14:44:09 UTC (rev 625)
+++ trunk/src/inst-dirmngr.nsi 2007-12-07 13:25:26 UTC (rev 626)
@@ -41,10 +41,10 @@
File "${prefix}/bin/dirmngr-client.exe"
File "${prefix}/libexec/dirmngr_ldap.exe"
- # Note: The make-msi.pl script ignores the following line and always
- # installs the configuration files.
+ # Note: The make-msi.pl script ignores the following line, which is
+ # ok, because the Windows installer does not override locally
+ # modified files.
ifFileExists "$INSTDIR\etc\dirmngr\dirmngr.conf" dirmngr_no_conf 0
- # Once we decide to install the conf files, we need all the example files.
SetOutPath "$INSTDIR\etc\dirmngr"
File "${SRCDIR}/dirmngr.conf"
@@ -53,7 +53,6 @@
SetOutPath "$INSTDIR\etc\dirmngr\trusted-certs"
File "${prefix}/share/doc/dirmngr/examples/trusted-certs/README"
File "${prefix}/share/doc/dirmngr/examples/trusted-certs/bnetza-10r-ca.crt"
-
dirmngr_no_conf:
SetOutPath "$INSTDIR"
More information about the Gpg4win-commits
mailing list