aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog7
-rw-r--r--common/homedir.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index fe9eb4fc0..3f38be1be 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,6 +1,11 @@
+2011-01-19 Werner Koch <[email protected]>
+
+ * homedir.c (gnupg_module_name): Use NAME_OF_INSTALLED_GPG instead
+ of "gpg2".
+
2011-01-18 Werner Koch <[email protected]>
- * estream.c (es_func_mem_write): FIX computation of NEWSIZE.
+ * estream.c (es_func_mem_write): Fix computation of NEWSIZE.
2011-01-10 Werner Koch <[email protected]>
diff --git a/common/homedir.c b/common/homedir.c
index a6364f8b5..3d31bd376 100644
--- a/common/homedir.c
+++ b/common/homedir.c
@@ -528,7 +528,7 @@ gnupg_module_name (int which)
X(bindir, "gpgsm");
case GNUPG_MODULE_NAME_GPG:
- X(bindir, "gpg2");
+ X(bindir, NAME_OF_INSTALLED_GPG);
case GNUPG_MODULE_NAME_CONNECT_AGENT:
X(bindir, "gpg-connect-agent");