From: Silvio Rhatto Date: Mon, 16 Nov 2015 16:23:55 +0000 (-0200) Subject: Ikiwiki: Makefile cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4baab61e90cd03cd4096ba92e5061147db63d9cd;p=templates.git Ikiwiki: Makefile cleanup --- diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 883cd09..34d04c9 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -25,10 +25,6 @@ web_deploy: #git annex sync @rsync -avz --delete www/ templates:/var/sites/templates/www/ -post_update: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-update - post_receive: git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive