From 9df732f0d1696875262a9d6b480cf31ac7145113 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 25 Nov 2012 22:11:13 +0000 Subject: Replace devbot dir with home It was weird to store that stuff in the install dir. --- (limited to 'devbot/environ.py') 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", -- cgit v0.9.1