add correct dstdir
Signed-off-by: Nico Schottelius <nico@tee.schottelius.org>
This commit is contained in:
parent
f8df958524
commit
ec9a22aaee
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# where the source of the wiki is located
|
# where the source of the wiki is located
|
||||||
srcdir => '/home/nico/www-src/www.nico.schottelius.org',
|
srcdir => '/home/nico/www-src/www.nico.schottelius.org',
|
||||||
# where to build the wiki
|
# where to build the wiki
|
||||||
destdir => '/home/services/www/nico/www.nico.schottelius.org',
|
destdir => '/home/services/www/nico/www.nico.schottelius.org/www',
|
||||||
# base url to the wiki
|
# base url to the wiki
|
||||||
url => 'http://www.nico.schottelius.org/',
|
url => 'http://www.nico.schottelius.org/',
|
||||||
# url to the ikiwiki.cgi
|
# url to the ikiwiki.cgi
|
||||||
|
|
Loading…
Reference in a new issue