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 1aff0c5..563783f 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -13,3 +13,4 @@ def setup():
config.set_install_dir(os.path.join(base_path, "install"))
config.set_source_dir(os.path.join(base_path, "source"))
config.set_build_dir(os.path.join(base_path, "build"))
+ config.set_commands_dir(os.path.join(base_path, "commands"))