From: ivan Date: Tue, 16 Mar 2004 00:34:43 +0000 (+0000) Subject: dont want to error out here X-Git-Tag: NET_WHOIS_RAW_0_31~75 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4060bc129c8b4e2ea1b699b48fb8bf69608c4b0c dont want to error out here --- diff --git a/Makefile b/Makefile index dc50433d2..ba1f5cd17 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