From ba35b2fbe2ad25affbfc42bbe3d3e129bd9b6829 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 11 Feb 2019 17:22:52 -0500 Subject: Install html with -C --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index a4670104..ff41e6a1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -127,4 +127,4 @@ unlink: install-html: $(HTMLS) install -d $(WEBROOT)/bin - install -m 644 $(HTMLS) $(WEBROOT)/bin + install -C -m 644 $(HTMLS) $(WEBROOT)/bin -- cgit 1.4.1