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 b30da52a..8309f31f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ install:
make install PREFIX=$(ROOT) -C po
mkdir -p $(ROOT)/var/log
- if -z "$(ROOT)"; then \
+ if -z "$(ROOT)"; then \
# do not touch /run if installing into a chroot
mkdir -p $(ROOT)/run/netreport; \
chown $(SUPERUSER):$(SUPERGROUP) $(ROOT)/run/netreport; \