diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:28:17 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:28:17 +0200 |
commit | 46cf7b058a4d2c14cdb7e411ecbd3ca4da9b1284 (patch) | |
tree | 580fe801eb785da0823fb79f167194b44230831f | |
parent | c721fd58d660729c4f131ab5efa718f864b038ad (diff) |
Fix use full path to srcdir in admin ikiwiki config.
-rw-r--r-- | ikiwiki_da_admin.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 8c6da5e..c18e442 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_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 |