summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-03-09 21:12:47 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-03-09 21:12:47 +0100
commitbf301b937bfec31118d621c1c6eae0e96489e345 (patch)
tree1f70e2cd5097d73ad87a8151ee53b2a0097a8f40 /ikiwiki.setup
parent2e9cee3374763c4b5f823c729f9c6d743e457d87 (diff)
ikiwiki.setup: Reflect reality of setup on darnassus.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 27aad971..cfb3e646 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -19,10 +19,10 @@ my $gitorigin_branch = '';
if (defined $ENV{WEB_SERVER})
{
- $srcdir = $root.'/hurd-web';
+ $srcdir = $root.'/public_html.workspace';
$destdir = $root.'/public_html';
- $cgi_wrapper = $root.'/hurd-web.cgi';
- $git_wrapper = $root.'/hurd-web.update';
+ $cgi_wrapper = $root.'/public_html.workspace.cgi';
+ $git_wrapper = $root.'/public_html.workspace.update';
$gitorigin_branch = 'origin';
}
else