summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-11 17:22:52 -0500
committerJune McEnroe <june@causal.agency>2019-02-11 17:22:52 -0500
commit29af8005fcc9295fb10b2fed802a6401232af40c (patch)
tree307cd40d6aa5c0bc12650d59c2258956a74cd210
parentAvoid excessive tags in ttpre (diff)
downloadsrc-29af8005fcc9295fb10b2fed802a6401232af40c.tar.gz
src-29af8005fcc9295fb10b2fed802a6401232af40c.zip
Install html with -C
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
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