From 4ebb9054d8ee2e4730edf1dc22fb9d192cb061a1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 1 Oct 2010 19:27:46 +0200 Subject: Fix use full path to srcdir in admin ikiwiki config. --- ikiwiki_admin.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index 1c387b4..a300703 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