Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devbot/environ.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index f35779f..5879995 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -26,6 +26,8 @@ def _setup_variables():
_add_path("PATH", config.commands_dir)
_add_path("GST_REGISTRY", _get_gst_registry_path())
+ _add_path("ACLOCAL_PATH",
+ os.path.join(config.share_dir, "aclocal"))
_add_path("XCURSOR_PATH",
os.path.join(config.share_dir, "icons"))
_add_path("GIO_EXTRA_MODULES",