From 3dfdcc0b116fbee1c53e3c9886f761c5b6529b2f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 22 Aug 2011 09:42:37 +0200 Subject: [PATCH] Apply htmldir fix provided by Philipp --- bacula/autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 2b358b7657..9805672153 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -338,7 +338,7 @@ dnl ------------------------------------------------------------------------- dnl If the user has not set --htmldir, we default to /usr/share/doc/bacula/html dnl ------------------------------------------------------------------------- if test x$htmldir = x${docdir} ; then - htmldir=`eval echo ${docdir}bacula/html` + htmldir=`eval echo ${docdir}/html` fi dnl ------------------------------------------------------------------------- -- 2.39.5