From 61e119068f65f906e2789762784a71ad1d92586b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 1 Oct 2010 19:32:54 +0200 Subject: Fix use full path to srcdir in admin ikiwiki configs. --- ikiwiki_admin.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki_admin.setup') diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index 0a2c7a1..3630d15 100644 --- a/ikiwiki_admin.setup +++ b/ikiwiki_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