summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5ded14a..3b9f83e2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,4 @@ clean:
 	rm -f $(TXTS)
 
 install: $(TXTS)
-	cp $(TXTS) $(WEBROOT)
+	install -p -m 644 $(TXTS) $(WEBROOT)