Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-27 23:11:27 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-27 23:11:27 (GMT)
commitd7c6c67b0ab32be6ec03f1fa8caa602cbf503009 (patch)
treecf8addae0fcab43957a9a033b0c0cc34280b727c
parentcdd95b53176e584a1e1e51117007bc208cb5d259 (diff)
Set ACLOCAL_PATH
Otherwise macros in the sugar-build prefix are ignored
-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",