summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-01 19:32:15 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-01 19:32:15 +0200
commit231c747f4e80f3b76b30e3b78633b71dc15c53a2 (patch)
tree3f024cecc2715f018c57a87e2e7735d1131609da
parente6cdfc7d5f98900c47ead81b809d45e0aa2f39a9 (diff)
Fix use full path to srcdir in admin ikiwiki config.
-rw-r--r--ikiwiki_nb_admin.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup
index 3944432..88b91a8 100644
--- a/ikiwiki_nb_admin.setup
+++ b/ikiwiki_nb_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