diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2017-08-03 16:13:36 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-08-04 16:17:31 +0200 |
commit | cd9fb76933488883b2e4d5c4f50c4e0d50491552 (patch) | |
tree | 469e4803da6475155055c562a2a67a139366c836 | |
parent | 6f361e4a12ad31b8d1cc0f562f004664b3a76b1d (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |