[Gpg4win-commits] r407 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu May 24 20:44:11 CEST 2007


Author: werner
Date: 2007-05-24 20:44:11 +0200 (Thu, 24 May 2007)
New Revision: 407

Modified:
   trunk/src/inst-gnupg.nsi
Log:
Insall key server helper in the correct directory


Modified: trunk/src/inst-gnupg.nsi
===================================================================
--- trunk/src/inst-gnupg.nsi	2007-05-24 17:26:42 UTC (rev 406)
+++ trunk/src/inst-gnupg.nsi	2007-05-24 18:44:11 UTC (rev 407)
@@ -35,11 +35,6 @@
   File "${prefix}/bin/gpgsplit.exe"
   File "${prefix}/bin/gpgv.exe"
 
-  SetOutPath "$INSTDIR\pub"
-  File /oname=gpg.exe      "${BUILD_DIR}/gpgwrap.exe"
-  File /oname=gpgv.exe     "${BUILD_DIR}/gpgwrap.exe"
-  File /oname=gpgsplit.exe "${BUILD_DIR}/gpgwrap.exe"
-
   # As a special exception, these programs are not kept in
   # libexec/gnupg, where they belong.  Please see the comment in
   # gnupg/g10/keyserver.c::keyserver_spawn() for an explanation.
@@ -48,6 +43,11 @@
   File "${prefix}/libexec/gnupg/gpgkeys_curl.exe"
   File "${prefix}/libexec/gnupg/gpgkeys_ldap.exe"
 
+  SetOutPath "$INSTDIR\pub"
+  File /oname=gpg.exe      "${BUILD_DIR}/gpgwrap.exe"
+  File /oname=gpgv.exe     "${BUILD_DIR}/gpgwrap.exe"
+  File /oname=gpgsplit.exe "${BUILD_DIR}/gpgwrap.exe"
+
   SetOutPath "$INSTDIR\share\gnupg"
   File "${prefix}/share/gnupg/options.skel"
   File "${prefix}/share/gnupg/FAQ"



More information about the Gpg4win-commits mailing list