aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-08-03 16:13:36 +0200
committerDee'Kej <deekej@linuxmail.org>2017-08-04 16:17:31 +0200
commitcd9fb76933488883b2e4d5c4f50c4e0d50491552 (patch)
tree469e4803da6475155055c562a2a67a139366c836
parent6f361e4a12ad31b8d1cc0f562f004664b3a76b1d (diff)
downloadinitscripts-cd9fb76933488883b2e4d5c4f50c4e0d50491552.tar
initscripts-cd9fb76933488883b2e4d5c4f50c4e0d50491552.tar.gz
initscripts-cd9fb76933488883b2e4d5c4f50c4e0d50491552.tar.bz2
initscripts-cd9fb76933488883b2e4d5c4f50c4e0d50491552.tar.xz
initscripts-cd9fb76933488883b2e4d5c4f50c4e0d50491552.zip
Makefile: fix whitespace error in commit b119d37d1
-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; \