From 4048e7773842a97a782a2905fa7d7be8ca44b4c6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 28 Sep 2013 18:04:53 -0400 Subject: [PATCH] Fixes for plinth.config when run from source folder. --- Makefile | 1 + plinth.sample.config | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d02c4a34f..b4c313b02 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/plinth.sample.config b/plinth.sample.config index ece4d06d7..1134b2e81 100644 --- a/plinth.sample.config +++ b/plinth.sample.config @@ -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