Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 7b1b0f4..85d41ca 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -16,6 +16,7 @@ def setup():
config.set_build_dir(os.path.join(base_path, "build"))
config.set_commands_dir(os.path.join(base_path, "commands"))
config.set_logs_dir(os.path.join(base_path, "logs"))
+ config.set_prefs_path(os.path.join(base_path, "prefs"))
version = distro.get_system_version()