[Pkg-gnupg-commit] [gnupg2] 09/20: w32: Fix default registry path

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Dec 1 01:51:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Nov 15 11:41:54 2017 +0100

    w32: Fix default registry path
    
    * configure.ac (GNUPG_REGISTRY_DIR): Remove leading backslash.
    
    --
    Windows does not like the leading backslash and won't read
    the key.
    Problem reported in the Gpg4win Message boards.
    
    This bug was introduced by rev. 75ba215e
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 227b57f..13f1ab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1814,7 +1814,7 @@ AC_DEFINE_UNQUOTED(DIRMNGR_DEFAULT_KEYSERVER,
 AC_DEFINE_UNQUOTED(GPGEXT_GPG, "gpg", [The standard binary file suffix])
 
 if test "$have_w32_system" = yes; then
-  AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "\\\\Software\\\\GNU\\\\GnuPG",
+  AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "Software\\\\GNU\\\\GnuPG",
                      [The directory part of the W32 registry keys])
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list