minor fix for manual source installs
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:02:45 +0000 (11:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:02:45 +0000 (11:02 -0700)
Makefile

index 2976e74..8a24466 100644 (file)
--- 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: