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-12-01 17:22:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:22:11 (GMT)
commit9d4bcf514ae2a6f68f5b9ce28cb35addd65cf1f7 (patch)
treeee106a0d94e2e715d9abcdb975c02dd8ce9cf9be /devbot/environ.py
parentf0e7ce55780ce3d11e985fb4e4f9a7efaf5c8dc5 (diff)
Build gnome-keyring with XDG_HOME_DATA support
Diffstat (limited to 'devbot/environ.py')
-rw-r--r--devbot/environ.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index 2107792..d600cca 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -47,7 +47,8 @@ def _setup_variables():
plat_specific=True))
_add_path("PYTHONPATH",
os.path.dirname(config.devbot_dir))
-
+ _add_path("XDG_DATA_HOME",
+ os.path.join(config.home_dir, "data"))
_add_path("XDG_DATA_DIRS", "/usr/share")
_add_path("XDG_DATA_DIRS", config.share_dir)