From e05bf4079ee41ec5a00b985bb2a45d4b2c32a2d5 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 15 Dec 2012 10:00:41 +0000 Subject: Separate build and runtime state Otherwise it becomes problematic to support multiple profiles --- (limited to 'commands') diff --git a/commands/common.py b/commands/common.py index 81a4da1..7ada2fe 100644 --- a/commands/common.py +++ b/commands/common.py @@ -21,7 +21,7 @@ def setup(): source_dir=os.path.join(base_dir, "source"), build_dir=os.path.join(base_dir, "build"), commands_dir=os.path.join(base_dir, "commands"), - home_dir=os.path.join(base_dir, "home"), + state_dir=os.path.join(base_dir, "state"), prefs_path=os.path.join(base_dir, "prefs"), logs_dir=logs_dir, relocatable=relocatable) -- cgit v0.9.1