]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply htmldir fix provided by Philipp
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Aug 2011 07:42:37 +0000 (09:42 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:00 +0000 (14:50 +0200)
bacula/autoconf/configure.in

index 2b358b76574f3d96b0d576fba1069afd48c6771d..98056721539a2e8ce0324211cc1ac7e806f66404 100644 (file)
@@ -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 -------------------------------------------------------------------------