summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-02 20:57:46 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-02 20:57:46 -0800
commit5f642b6fa088cc2df74563e8665a1c293bdc7486 (patch)
tree22c1e978e70b687cc7156d52e8cde0cddbe10ec3 /Makefile
parent573490bdb698210b2d4c824a9f6e141bc8a9a562 (diff)
more accurate split of files into -webui and -lib packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91b14b8a8..a90b6cc3b 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ install-docs: docs
" ${MASON_HANDLER} || true
mkdir -p ${FREESIDE_EXPORT}/profile
chown freeside ${FREESIDE_EXPORT}/profile
- rm -r ${MASONDATA}
+ rm -rf ${MASONDATA}
mkdir ${MASONDATA}
chown -R freeside ${MASONDATA}