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 'commands') 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() -- cgit v0.9.1