From e2d7903934afef0106b8af1268b988ff38ba795c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Jun 2015 11:49:24 -0300 Subject: Sandbox: ikiwiki: add setup file --- sandbox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sandbox') diff --git a/sandbox b/sandbox index bfb0050..0644496 100755 --- a/sandbox +++ b/sandbox @@ -109,6 +109,10 @@ function sandbox_ikiwiki { cp $HOME/file/templates/ikiwiki/index.mdwn . fi + if [ ! -e "ikiwiki.setup" ]; then + cp $HOME/file/templates/ikiwiki/ikiwiki.setup . + fi + if [ ! -e "Makefile" ]; then cp $HOME/file/templates/ikiwiki/Makefile . elif ! grep -q ^wiki: Makefile; then -- cgit v1.2.3