From 46cf7b058a4d2c14cdb7e411ecbd3ca4da9b1284 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 1 Oct 2010 19:28:17 +0200 Subject: Fix use full path to srcdir in admin ikiwiki config. --- ikiwiki_da_admin.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki_da_admin.setup') diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 8c6da5e..c18e442 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => 'content', + srcdir => $basedir . '/content', # where to build the wiki destdir => $builddir . '/html-admin', # base url to the wiki -- cgit v1.2.3