chiark / gitweb /
tg.sh: Check for read permissions of help files
[topgit.git] / Makefile
index 2975f295d637bd1d840ff57436e032614e2bd231..1352d03fad6ceb36095b2cd8388172849b0914c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ install:: all
        install -d -m 755 "$(hooksdir)"
        install $(hooks_out) "$(hooksdir)"
        install -d -m 755 "$(sharedir)"
-       install $(help_out) "$(sharedir)"
+       install -m 644 $(help_out) "$(sharedir)"
 
 clean::
        rm -f tg $(commands_out) $(hooks_out) $(help_out)