From eda30883c570e7bfb8008fabae81105f8097f272 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 24 Aug 2011 14:08:10 +0200 Subject: [PATCH] Tweak --htmldir and --docdir in configure --- bacula/autoconf/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9805672153..80d6a979a8 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -337,12 +337,12 @@ fi 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}/html` +if test x$htmldir = x'/usr/share/doc/bacula/' ; then + htmldir=`eval echo ${docdir}html` fi dnl ------------------------------------------------------------------------- -dnl If the user has not set --docdir, we default to /usr/share/doc/ +dnl If the user has not set --docdir, we default to /usr/share/doc/bacula dnl ------------------------------------------------------------------------- if test x$docdir = x'/usr/share/doc/' ; then docdir=`eval echo ${docdir}bacula` -- 2.39.2