From 0c21ded87b28f120230d97e23577e5dd66acf46e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 30 Sep 2008 12:45:44 +0000 Subject: Extend --list-dirs to print the bindir. --- tools/gpgconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gpgconf.c') diff --git a/tools/gpgconf.c b/tools/gpgconf.c index bf9767146..9054e29b3 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -263,6 +263,8 @@ main (int argc, char **argv) get_outfp (&outfp); fprintf (outfp, "sysconfdir:%s\n", gc_percent_escape (gnupg_sysconfdir ())); + fprintf (outfp, "bindir:%s\n", + gc_percent_escape (gnupg_bindir ())); break; } -- cgit v1.2.3