diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:32:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:32:15 +0200 |
commit | 231c747f4e80f3b76b30e3b78633b71dc15c53a2 (patch) | |
tree | 3f024cecc2715f018c57a87e2e7735d1131609da | |
parent | e6cdfc7d5f98900c47ead81b809d45e0aa2f39a9 (diff) |
Fix use full path to srcdir in admin ikiwiki config.
-rw-r--r-- | ikiwiki_nb_admin.setup | 2 |
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 |