提交 d44c92d6 编写于 作者: C Chris Wright 提交者: Junio C Hamano

no need to install manpages as executable

No need to install manpages as executable.  Noticed by Ville Skytt,Ad(B.
Signed-off-by: NChris Wright <chrisw@sous-sol.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 4f88d3e0
......@@ -56,8 +56,8 @@ man7: $(DOC_MAN7)
install: man
$(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir)
$(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir)
$(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir)
$(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir)
$(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册