diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-09-03 16:23:18 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-09-03 16:23:18 +0200 |
commit | 15c360a9936544f5786f52a33543bb9bb8d62bd2 (patch) | |
tree | 410ae3fb9c276bb124712afde120742a20ac8a96 | |
parent | a4c7d65f8fa88c0f9a9bc9f8d802310d3b628cbf (diff) | |
parent | 376e909a5e6f5b2f6c4bf75836c08ca9f77816ce (diff) |
Merge branch '_multilang' into multilang
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_nb.setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 89fbcf4..1e8a2a7 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -143,7 +143,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => $gitdir . '/post-update-ikiwiki-da', + git_wrapper => $builddir . '/git/post-update-ikiwiki-da', # mode for git_wrapper (can safely be made suid) git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 9a05bf3..3578c72 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -143,7 +143,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => $gitdir . '/post-update-ikiwiki-nb', + git_wrapper => $builddir . '/git/post-update-ikiwiki-nb', # mode for git_wrapper (can safely be made suid) git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) |