diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:27:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-01 19:27:46 +0200 |
commit | 4ebb9054d8ee2e4730edf1dc22fb9d192cb061a1 (patch) | |
tree | 1800756863fd647fc61d43ba73123bcb73e3bfb7 | |
parent | b55bb6c9adc2be6ef8c28bd45c75b06af0e9f041 (diff) |
Fix use full path to srcdir in admin ikiwiki config.
-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 |