[freeside-commits] branch FREESIDE_4_BRANCH updated. 7a3902be6ad8bcfbefe6f1383e2d34bab164b089

Mark Wells mark at 420.am
Tue Jun 30 23:12:35 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  7a3902be6ad8bcfbefe6f1383e2d34bab164b089 (commit)
      from  c50ee92315717c5e82a1cfec9f3b6305f24365a5 (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 7a3902be6ad8bcfbefe6f1383e2d34bab164b089
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