aboutsummaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2009-10-20 14:30:35 +0000
committerMarcus Brinkmann <[email protected]>2009-10-20 14:30:35 +0000
commit68f8014c5fe798e9814d679069bb89d788e1cc0b (patch)
tree36be197aa8f6843f56e96743826ef045591e8c5d /g13/be-encfs.c
parent* gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is a (diff)
downloadgnupg-68f8014c5fe798e9814d679069bb89d788e1cc0b.tar.gz
gnupg-68f8014c5fe798e9814d679069bb89d788e1cc0b.zip
2009-10-20 Marcus Brinkmann <[email protected]>
* configure.ac: Check for fusermount and encfs.
Diffstat (limited to 'g13/be-encfs.c')
-rw-r--r--g13/be-encfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g13/be-encfs.c b/g13/be-encfs.c
index 06e8792b3..250084a48 100644
--- a/g13/be-encfs.c
+++ b/g13/be-encfs.c
@@ -73,7 +73,7 @@ static void
run_umount_helper (const char *mountpoint)
{
gpg_error_t err;
- const char pgmname[] = "/usr/bin/fusermount";
+ const char pgmname[] = FUSERMOUNT;
const char *args[3];
args[0] = "-u";
@@ -254,7 +254,7 @@ run_encfs_tool (ctrl_t ctrl, enum encfs_cmds cmd,
goto leave;
}
- pgmname = "/usr/bin/encfs";
+ pgmname = ENCFS;
idx = 0;
argv[idx++] = "-f";
if (opt.verbose)