diff options
-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 68e51f8..b581763 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -123,7 +123,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da', + git_wrapper => $gitdir . '/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 fcfe72b..3e19323 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -123,7 +123,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-nb', + git_wrapper => $gitdir . '/post-update-ikiwiki-nb', # mode for git_wrapper (can safely be made suid) #git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) |