From abe12c5b0bc201af3d46a1c2389728f00cf2efa3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 25 Oct 2008 21:32:37 +0200 Subject: Fix merge noise. --- ikiwiki_nb.setup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index e844b58..1ebcc94 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -63,11 +63,7 @@ use IkiWiki::Setup::Standard { # strftime format string to display date timeformat => '%c', # UTF-8 locale to use -<<<<<<< HEAD:ikiwiki_nb.setup - locale => 'no_NB.UTF-8', -======= locale => 'nb_NO.UTF-8', ->>>>>>> _nb:ikiwiki_nb.setup # put user pages below specified page userdir => '', # how many backlinks to show before hiding excess (0 to show all) -- cgit v1.2.3 From 0194f027251b5f828b93853a0a1e1e4020a44c7b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 25 Oct 2008 21:32:50 +0200 Subject: Use full libdir path for non-admin config. --- ikiwiki_nb.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 1ebcc94..89581a3 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.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 -- cgit v1.2.3