From ec9a22aaeee05d68ce5fcf59fe2f0d19b7b6dfdc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 30 Mar 2010 19:04:33 +0200 Subject: [PATCH] add correct dstdir Signed-off-by: Nico Schottelius --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 6eabb836..68e60379 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -17,7 +17,7 @@ use IkiWiki::Setup::Standard { # where the source of the wiki is located srcdir => '/home/nico/www-src/www.nico.schottelius.org', # 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 url => 'http://www.nico.schottelius.org/', # url to the ikiwiki.cgi