From: Eric Bollengier Date: Mon, 22 Aug 2011 07:42:37 +0000 (+0200) Subject: Apply htmldir fix provided by Philipp X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3dfdcc0b116fbee1c53e3c9886f761c5b6529b2f;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 -------------------------------------------------------------------------