From: Eric Bollengier Date: Mon, 22 Aug 2011 07:42:37 +0000 (+0200) Subject: Apply htmldir fix provided by Philipp X-Git-Tag: Release-5.2.1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56bb67e1534cbbac4ffc5491232b981059d3c29c;p=thirdparty%2Fbacula.git Apply htmldir fix provided by Philipp --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 2b358b765..980567215 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 -------------------------------------------------------------------------