Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/environ.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-25 22:11:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-25 22:11:13 (GMT)
commit9df732f0d1696875262a9d6b480cf31ac7145113 (patch)
treeeee3e8f233e7e5308fb421bd01be7db8f46e37de /devbot/environ.py
parent8e12b81139d65835c6bd9226e9593f1793508df5 (diff)
Replace devbot dir with home
It was weird to store that stuff in the install dir.
Diffstat (limited to 'devbot/environ.py')
-rw-r--r--devbot/environ.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index 8de1a7f..c8b6343 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -35,7 +35,7 @@ def _setup_variables():
_add_path("GST_PLUGIN_PATH",
os.path.join(config.lib_dir , "gstreamer-1.0"))
_add_path("GST_REGISTRY",
- os.path.join(config.devbot_dir, "gstreamer.registry"))
+ os.path.join(config.home_dir, "gstreamer.registry"))
_add_path("PYTHONPATH",
sysconfig.get_python_lib(prefix=config.prefix_dir))
_add_path("PYTHONPATH",