From c01ef66b7db0c983a296660b9b0f631d4921b6a6 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 08:59:58 +0000 Subject: Actually allow to run commands in the shell --- (limited to 'commands/common.py') 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")) -- cgit v0.9.1