From cd9fb76933488883b2e4d5c4f50c4e0d50491552 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 3 Aug 2017 16:13:36 +0200 Subject: Makefile: fix whitespace error in commit b119d37d1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v1.2.1