diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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 |