summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-02 20:57:31 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-02 20:57:31 -0800
commit972e16204f5869134c5c5f447da87a39621e8c2a (patch)
treea73d71998f6d915228859e5a7919cfe17279a3d1 /Makefile
parentd61566d77590290c31efe846a47d7ea8842a8c57 (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 5ddeda826..0647bed9d 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}