diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 21:12:47 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 21:12:47 +0100 |
commit | bf301b937bfec31118d621c1c6eae0e96489e345 (patch) | |
tree | 1f70e2cd5097d73ad87a8151ee53b2a0097a8f40 /ikiwiki.setup | |
parent | 2e9cee3374763c4b5f823c729f9c6d743e457d87 (diff) | |
download | web-bf301b937bfec31118d621c1c6eae0e96489e345.tar.gz web-bf301b937bfec31118d621c1c6eae0e96489e345.tar.bz2 web-bf301b937bfec31118d621c1c6eae0e96489e345.zip |
ikiwiki.setup: Reflect reality of setup on darnassus.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 6 |
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 |