templates/Makefile: don't depend on local umask setting
commit9907721501e19758e64bcce6d3b140316c9307b9
authorGerrit Pape <pape@smarden.org>
Thu, 28 Feb 2008 18:44:42 +0000 (28 18:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Feb 2008 21:36:50 +0000 (28 13:36 -0800)
treec1cbe18c669b4b07e80b56ff8005c1eaddb25f58
parenta6f13ccf2460a7905e223cd40ff06631294a4189
templates/Makefile: don't depend on local umask setting

Don't take the local umask setting into account when installing the
templates/* files and directories, running 'make install' with umask set
to 077 resulted in template/* installed with permissions 700 and 600.

The problem was discovered by Florian Zumbiehl, reported through
 http://bugs.debian.org/467518

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/Makefile