aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 827f397..52d12ed 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ build-stamp: $(BUILD)
.PHONY: install-www
install-www: build-stamp
@[ $(shell hostname -A | cut -d\ -f1) = $(REPOHOST) ] \
- || echo "Operation aborted: not on $(REPOHOST)" \
- && false
+ || ( echo "Operation aborted: not on $(REPOHOST)" ; \
+ false )
mkdir -p $(WWWDIR)
chown -R '$(USER):$(USER)' $(WWWDIR)
install --mode=644 www/$(INDEX) www/$(GPGKEY) $(WWWDIR)