mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
copy sample config
This commit is contained in:
parent
2f4dd2642d
commit
dc7dba26cf
6
Makefile
6
Makefile
@ -9,7 +9,7 @@ COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
|
||||
PWD=`pwd`
|
||||
|
||||
## Catch-all tagets
|
||||
default: predepend cfg dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
|
||||
default: predepend config dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
|
||||
all: default
|
||||
|
||||
build:
|
||||
@ -62,8 +62,8 @@ data/users.sqlite3: data/users.sqlite3.distrib
|
||||
dirs:
|
||||
@mkdir -p data/cherrypy_sessions
|
||||
|
||||
cfg: Makefile
|
||||
test -f cfg.py || cp cfg.sample.py cfg.py
|
||||
config: Makefile
|
||||
@test -f plinth.config || cp plinth.sample.config plinth.config
|
||||
|
||||
cherrypy.config: Makefile
|
||||
@echo [global]\\n\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user