[freeside-commits] branch master updated. 0a2bb9bffb1bbe8d38b62680e9b7f634081bb7a0

Ivan ivan at 420.am
Sun Sep 25 11:02:48 PDT 2016


The branch, master has been updated
       via  0a2bb9bffb1bbe8d38b62680e9b7f634081bb7a0 (commit)
      from  01eb5584fe47513d2e61459c7df303670104bd9a (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 0a2bb9bffb1bbe8d38b62680e9b7f634081bb7a0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 11:02:45 2016 -0700

    minor fix for manual source installs

diff --git a/Makefile b/Makefile
index 2976e74..8a24466 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,8 @@ install-docs: docs
 	mkdir -p ${FREESIDE_EXPORT}/profile
 	chown freeside ${FREESIDE_EXPORT}/profile
 	rm -rf ${MASONDATA}/*
+	mkdir ${MASONDATA}/cache || true
+	mkdir ${MASONDATA}/obj || true
 	chown -f -R freeside ${MASONDATA} || true
 
 dev-docs:

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

Summary of changes:
 Makefile |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list