Fixes for plinth.config when run from source folder.

This commit is contained in:
James Valleroy 2013-09-28 18:04:53 -04:00
parent 6c988755ac
commit 4048e77738
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ clean:
@find . -name "*.bak" -exec rm {} \;
@$(MAKE) -s -C doc clean
@$(MAKE) -s -C templates clean
rm -f plinth.config
rm -f predepend
hosting:

View File

@ -4,6 +4,7 @@ box_name = FreedomBox
[Path]
file_root = %(root)s
python_root = %(root)s
data_dir = %(file_root)s/data
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users