diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-25 21:31:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-25 21:31:31 +0200 |
commit | 3312c87d1032139fc4becbffdb9b3b44f420f8ed (patch) | |
tree | 4e21ccca8d01e3b3d17efdcf591d9da079f8c0e6 | |
parent | dc020f10309add5adf1e0fb8d474e688e3400317 (diff) |
Use full libdir path for non-admin config.
-rw-r--r-- | ikiwiki_da.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 84c381f..b2007f1 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -73,7 +73,7 @@ use IkiWiki::Setup::Standard { # force ikiwiki to use a particular umask #umask => 022, # extra library and plugin directory - libdir => 'perl', + libdir => $ENV{'HOME'} . '/private_webdata/samplewiki/perl', # environment variables ENV => {}, # regexp of source files to ignore |