[freeside-commits] branch FREESIDE_4_BRANCH updated. b1ef23a40cd20a85196d39b051352f5be236d177

Ivan ivan at 420.am
Fri Feb 12 12:38:18 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  b1ef23a40cd20a85196d39b051352f5be236d177 (commit)
      from  3f11a5e5c2026eb23eeed1eab780c95279062576 (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 b1ef23a40cd20a85196d39b051352f5be236d177
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Feb 12 12:38:17 2016 -0800

    fix 4.x packages, RT#40366

diff --git a/Makefile b/Makefile
index f940c26..58d8ca3 100644
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,7 @@ install-docs: docs
 	mkdir -p ${FREESIDE_EXPORT}/profile
 	chown freeside ${FREESIDE_EXPORT}/profile
 	rm -rf ${MASONDATA}/*
-	chown -R freeside ${MASONDATA}
+	chown -f -R freeside ${MASONDATA} || true
 
 dev-docs:
 	[ -e ${FREESIDE_DOCUMENT_ROOT} ] && mv ${FREESIDE_DOCUMENT_ROOT} ${FREESIDE_DOCUMENT_ROOT}.`date +%Y%m%d%H%M%S` || true

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list