]> gitweb.fluxo.info Git - scripts.git/commitdiff
Sandbox: ikiwiki: add setup file
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 14:49:24 +0000 (11:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 14:49:24 +0000 (11:49 -0300)
sandbox

diff --git a/sandbox b/sandbox
index bfb00504c79f5efff5729143d2314dd747094c5c..064449676ee55e85c8509afe8eea527b33b99348 100755 (executable)
--- 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