diff options
Diffstat (limited to 'tools/gpg-card.c')
-rw-r--r-- | tools/gpg-card.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 1ccace478..d851f99fc 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -294,6 +294,8 @@ main (int argc, char **argv) exit (2); /* Process common component options. */ + gpgrt_set_confdir (GPGRT_CONFDIR_SYS, gnupg_sysconfdir ()); + gpgrt_set_confdir (GPGRT_CONFDIR_USER, gnupg_homedir ()); if (parse_comopt (GNUPG_MODULE_NAME_CARD, opt.debug)) { gnupg_status_printf (STATUS_FAILURE, "option-parser %u", |