mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Fixes for plinth.config when run from source folder.
This commit is contained in:
parent
6c988755ac
commit
4048e77738
1
Makefile
1
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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user