summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-03-16 00:34:43 +0000
committerivan <ivan>2004-03-16 00:34:43 +0000
commit4060bc129c8b4e2ea1b699b48fb8bf69608c4b0c (patch)
tree489c8eadc341300bec79bfcde3849768c7f9c3c8 /Makefile
parent6c5e54768bdf79070efd43963c1132fed7885eb1 (diff)
dont want to error out here
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc50433d2..ba1f5cd17 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ install-docs: docs
[ "${TEMPLATE}" = "mason" ] && \
perl -p -i -e "\
s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \
- " ${MASON_HANDLER}
+ " ${MASON_HANDLER} || true
[ "${TEMPLATE}" = "mason" -a ! -e ${MASONDATA} ] && mkdir ${MASONDATA} || true
[ "${TEMPLATE}" = "mason" ] && chown -R freeside ${MASONDATA} || true