X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1352d03fad6ceb36095b2cd8388172849b0914c9;hb=5a1bba86589568898e545b5f9a256f4f93ebc796;hp=2975f295d637bd1d840ff57436e032614e2bd231;hpb=a867758867a1283fafd9e4604f6f8bd0c381198d;p=topgit.git diff --git a/Makefile b/Makefile index 2975f29..1352d03 100644 --- 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)