[freeside-commits] branch master updated. 3b7f6ca279f81d5a4e8e602e0ce5c89693c0ba1e
Mark Wells
mark at 420.am
Tue Jun 30 23:12:36 PDT 2015
The branch, master has been updated
via 3b7f6ca279f81d5a4e8e602e0ce5c89693c0ba1e (commit)
from 8f57cf37b51aefcdbf13fe09291611f1e8c08650 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b7f6ca279f81d5a4e8e602e0ce5c89693c0ba1e
Author: Mark Wells <mark at freeside.biz>
Date: Wed Jul 1 02:09:16 2015 -0400
flush Mason cache when installing docs, related to #25944
Conflicts:
Makefile
diff --git a/Makefile b/Makefile
index bab47e4..cb93b9f 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:
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list