summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-01-16 17:51:23 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-01-17 13:22:11 +0000
commitf5af2bcc6ab07d4454899805007752c9321841d6 (patch)
tree91cbb87fe2fb05f00206f8e0fcbef4ea74f01535 /README.rst
parente405d2b7ea16ad0d5d6051ce6b37f3147491c292 (diff)
fork/exec: search for helper in libexec
Added code which checks for existence of the helper binary in the libexec dir when it is given without any path component. Searching inside the PATH env variable is still used as fallback when not found in libexec (useful for testing without actually installing in the final destination).
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1f41d7eb..3c1289c7 100644
--- a/README.rst
+++ b/README.rst
@@ -1048,6 +1048,10 @@ SYNCEVOLUTION_DATA_DIR
SYNCEVOLUTION_BACKEND_DIR
Overrides the default path to plugins, normally `/usr/lib/syncevolution/backends`.
+SYNCEVOLUTION_LIBEXEC_DIR
+ Overrides the path where additional helper executables are found, normally
+ `/usr/libexec`.
+
SYNCEVOLUTION_TEMPLATE_DIR
Overrides the default path to template files, normally
`/usr/share/syncevolution/templates`.