flush Mason cache when installing docs, related to #25944
authorMark Wells <mark@freeside.biz>
Wed, 1 Jul 2015 06:09:16 +0000 (02:09 -0400)
committerMark Wells <mark@freeside.biz>
Wed, 1 Jul 2015 06:09:32 +0000 (02:09 -0400)
Makefile

index ab27c00..678ae51 100644 (file)
--- 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: