From: ivan Date: Tue, 16 Mar 2004 00:34:46 +0000 (+0000) Subject: dont want to error out here X-Git-Tag: freeside_1_4_2beta1~207 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d0c7da51e752fd0deaf7dd667774386178c1af79;p=freeside.git dont want to error out here --- diff --git a/Makefile b/Makefile index d96f25d0a..e4df471a0 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ install-docs: docs [ "${TEMPLATE}" = "mason" ] && \ perl -p -i -e "\ s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \ - " ${MASON_HANDLER} + " ${MASON_HANDLER} || true [ "${TEMPLATE}" = "mason" -a ! -e ${MASONDATA} ] && mkdir ${MASONDATA} || true [ "${TEMPLATE}" = "mason" ] && chown -R freeside ${MASONDATA} || true