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/?a=commitdiff_plain;h=7a3902be6ad8bcfbefe6f1383e2d34bab164b089;p=freeside.git flush Mason cache when installing docs, related to #25944 Conflicts: Makefile --- diff --git a/Makefile b/Makefile index bab47e4eb..cb93b9f0b 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,8 @@ install-docs: docs " ${MASON_HANDLER} || true mkdir -p ${FREESIDE_EXPORT}/profile chown freeside ${FREESIDE_EXPORT}/profile - [ ! -e ${MASONDATA} ] && mkdir ${MASONDATA} || true + rm -r ${MASONDATA} + mkdir ${MASONDATA} chown -R freeside ${MASONDATA} dev-docs: