From: Eric Bollengier Date: Mon, 22 Aug 2011 07:42:37 +0000 (+0200) Subject: Apply htmldir fix provided by Philipp X-Git-Tag: Release-7.0.0~584 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=036cc702b351eba6992fdac0a2092fe413644e2c;p=bacula%2Fbacula Apply htmldir fix provided by Philipp --- 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 -------------------------------------------------------------------------