From: Mark Wells Date: Wed, 1 Jul 2015 06:09:16 +0000 (-0400) Subject: flush Mason cache when installing docs, related to #25944 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=32888fd335b717020552f56523d1f3131c66d804 flush Mason cache when installing docs, related to #25944 --- diff --git a/Makefile b/Makefile index ab27c0079..678ae5139 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,8 @@ install-docs: docs mkdir -p ${FREESIDE_EXPORT}/profile chown freeside ${FREESIDE_EXPORT}/profile cp htetc/htpasswd.logout ${FREESIDE_CONF} - [ ! -e ${MASONDATA} ] && mkdir ${MASONDATA} || true + rm -r ${MASONDATA} + mkdir ${MASONDATA} chown -R freeside ${MASONDATA} dev-docs: