Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
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 /commands
parent8e12b81139d65835c6bd9226e9593f1793508df5 (diff)
Replace devbot dir with home
It was weird to store that stuff in the install dir.
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 9a6d5c0..a61139e 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -18,6 +18,7 @@ def setup():
config.set_build_dir(os.path.join(base_dir, "build"))
config.set_commands_dir(os.path.join(base_dir, "commands"))
config.set_logs_dir(os.path.join(base_dir, "logs"))
+ config.set_home_dir(os.path.join(base_dir, "home"))
config.set_prefs_path(os.path.join(base_dir, "prefs"))
version = distro.get_system_version()