diff options
-rw-r--r-- | ikiwiki_admin.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |