@@ -, +, @@ - dev - single - standard --- Makefile.PL | 1 + about.pl | 4 ++-- debian/templates/koha-conf-site.xml.in | 1 + etc/koha-conf.xml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) --- a/Makefile.PL +++ a/Makefile.PL @@ -266,6 +266,7 @@ my $target_map = { './check_sysprefs.pl' => 'NONE', './circ' => 'INTRANET_CGI_DIR', './course_reserves' => 'INTRANET_CGI_DIR', + './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, './offline_circ' => 'INTRANET_CGI_DIR', './edithelp.pl' => 'INTRANET_CGI_DIR', './etc' => { target => 'KOHA_CONF_DIR', trimdir => -1 }, --- a/about.pl +++ a/about.pl @@ -148,8 +148,8 @@ $template->param( table => $table ); ## Koha time line code #get file location -my $dir = C4::Context->config('intranetdir'); -open( my $file, "<", "$dir" . "/docs/history.txt" ); +my $docdir = C4::Context->config('docdir'); +open( my $file, "<", "$docdir" . "/history.txt" ); my $i = 0; my @rows2 = (); --- a/debian/templates/koha-conf-site.xml.in +++ a/debian/templates/koha-conf-site.xml.in @@ -265,6 +265,7 @@ /usr/share/koha/intranet/htdocs/intranet-tmpl /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/includes/ /var/log/koha/__KOHASITE__ + /usr/share/doc/koha-common /var/spool/koha/__KOHASITE__