fix of a stupied copy/paste error.

This commit is contained in:
suter_a 2017-10-24 09:08:40 +02:00
parent 9dd3340f78
commit b1422053ab

View File

@ -1216,6 +1216,7 @@ dnl only define DOCDIR if not already present. This allows
dnl to feed DOCDIR on the configure level which is useful when dnl to feed DOCDIR on the configure level which is useful when
dnl for instance building a rpm. dnl for instance building a rpm.
if test "x${DOCDIR}" = "x" if test "x${DOCDIR}" = "x"
then
if test -d "${INSTALLDIR}/doc" if test -d "${INSTALLDIR}/doc"
then then
DOCDIR="${INSTALLDIR}/doc/musrfit" DOCDIR="${INSTALLDIR}/doc/musrfit"