aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debugging.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r--doc/debugging.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi
index 35cb699f0..7965dbc8f 100644
--- a/doc/debugging.texi
+++ b/doc/debugging.texi
@@ -178,7 +178,7 @@ Pick the key which best matches the creation time and run the command
@cartouche
@smallexample
- /usr/local/libexec/gpg-protect-tool --p12-export \
+ @value{LIBEXECDIR}/gpg-protect-tool --p12-export \
~/.gnupg/private-keys-v1.d/@var{foo} >@var{foo}.p12
@end smallexample
@end cartouche
@@ -193,7 +193,7 @@ To import the created file on the machine you use this command:
@cartouche
@smallexample
- /usr/local/libexec/gpg-protect-tool --p12-import --store @var{foo}.p12
+ @value{LIBEXECDIR}/gpg-protect-tool --p12-import --store @var{foo}.p12
@end smallexample
@end cartouche