aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c13e1e5..29a33a8 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ webapp/debug:
webapp/install:
(cd webapp && npm install)
- @test -d ${DESTDIR}/usr/local/etc && rm -rf ${DESTDIR}/usr
+ @if [ -d ${DESTDIR}/usr/local/etc ]; then rm -rf ${DESTDIR}/usr; fi
.PHONY: scripts
scripts: