[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.0-107-ga5ca078

by Andre Heinecke cvs at cvs.gnupg.org
Tue Mar 1 11:32:31 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  a5ca0783e4f902cbe587080e83ecc43d65f8a5b5 (commit)
       via  4cb6e130bc02fdbf698d5acce03a7a20213ac376 (commit)
      from  730a2e2c47df8b176164c97ecb948971db8fc3d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a5ca0783e4f902cbe587080e83ecc43d65f8a5b5
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Mar 1 11:31:28 2016 +0100

    Fix GnuPG-w32 installation path
    
    * src/inst-gnupg-w32.nsi: Fix installation path.
    
    --
    The /D argument MUST not contain any quotes but must be the last
    argument on the command line.

diff --git a/src/inst-gnupg-w32.nsi b/src/inst-gnupg-w32.nsi
index dd16db3..ab9bb1f 100644
--- a/src/inst-gnupg-w32.nsi
+++ b/src/inst-gnupg-w32.nsi
@@ -35,7 +35,7 @@ ${MementoSection} "GnuPG" SEC_gnupg_w32
 SetOutPath "$TEMP"
   DetailPrint  "$(T_Installing_GnuPG) ${gpg4win_pkg_gnupg_w32_version}"
   File "${prefix}/gnupg-w32-${gpg4win_pkg_gnupg_w32_version}-bin.exe"
-  ExecWait '"$TEMP\gnupg-w32-${gpg4win_pkg_gnupg_w32_version}-bin.exe" /S /D="$INSTDIR\..\GnuPG"'
+  ExecWait '"$TEMP\gnupg-w32-${gpg4win_pkg_gnupg_w32_version}-bin.exe" /S /D=$INSTDIR\..\GnuPG'
 
   Delete "$TEMP\gnupg-w32-${gpg4win_pkg_gnupg_w32_version}-bin.exe"
 !endif

commit 4cb6e130bc02fdbf698d5acce03a7a20213ac376
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Mar 1 11:31:04 2016 +0100

    Remove kcm_kleopatra.dll properly
    
    * src/uninst-kleopatra.nsi: Fix path for kcm_kleopatra.dll

diff --git a/src/uninst-kleopatra.nsi b/src/uninst-kleopatra.nsi
index aee5747..7c3a04d 100644
--- a/src/uninst-kleopatra.nsi
+++ b/src/uninst-kleopatra.nsi
@@ -31,7 +31,7 @@ Section "-un.kleopatra"
   Call un.SourceDelete
 !else
   Delete "$INSTDIR\bin\kleopatra.exe"
-  Delete "$INSTDIR\kcm_kleopatra.dll"
+  Delete "$INSTDIR\bin\kcm_kleopatra.dll"
  # Delete "$INSTDIR\bin\kwatchgnupg.exe"
   RMDir "$INSTDIR\bin"
 

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gnupg-w32.nsi   | 2 +-
 src/uninst-kleopatra.nsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list