summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-11 17:15:40 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-11 17:15:40 -0800
commit163c8c2fc2d03bbeb551a84a757c66ca7cf44cd7 (patch)
treeae16ca57dc68bc200b1a27d5266a9751df006c1b /Makefile
parent160e544b4e235103dbdc8b8bcc50fcb2e8a8b8f2 (diff)
don't package masondata
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 842fb1266..c9239e6b5 100644
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,7 @@ install-docs: docs
" ${MASON_HANDLER} || true
mkdir -p ${FREESIDE_EXPORT}/profile
chown freeside ${FREESIDE_EXPORT}/profile
- rm -rf ${MASONDATA}
- mkdir ${MASONDATA}
+ rm -rf ${MASONDATA}/*
chown -R freeside ${MASONDATA}
dev-docs: