Skip to content

Commit

Permalink
Move config to templates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed Apr 26, 2018
1 parent eb5d6db commit ca790c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CFG_DIR = ${HOME}/.config/slappd
.PHONY: config
config:
mkdir -p ${CFG_DIR}
test -f ${CFG_DIR}/slappd.cfg || cp -p slappd.cfg.dist ${CFG_DIR}/slappd.cfg
test -f ${CFG_DIR}/slappd.cfg || cp -p slappd/templates/slappd.cfg ${CFG_DIR}/slappd.cfg

.PHONY: dev
dev: ${VIRTUALENV_DIR}/slappd
Expand Down
File renamed without changes.

0 comments on commit ca790c4

Please sign in to comment.