[freeside-commits] branch FREESIDE_4_BRANCH updated. 7387ac8bf75c37057a4f590b4e2e4038e42ceae7
Ivan
ivan at 420.am
Sun Sep 25 11:02:53 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 7387ac8bf75c37057a4f590b4e2e4038e42ceae7 (commit)
from 98de62fed599dcecb7b9c63ec2b947cd34ff124d (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 7387ac8bf75c37057a4f590b4e2e4038e42ceae7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Sep 25 11:02:51 2016 -0700
minor fix for manual source installs
diff --git a/Makefile b/Makefile
index 58d8ca3..bf3945b 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