gitk: Makefile/install: force permissions when installing files and dirs
commitdfa65bc28ea4bda04072f02acd0dca8c75e94990
authorGerrit Pape <pape@smarden.org>
Mon, 14 Apr 2008 08:27:09 +0000 (14 08:27 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 2 May 2008 12:54:02 +0000 (2 22:54 +1000)
tree8b7e47b7cc4085bf358041e5e3fbd348719ff8bf
parentb3449aeafd99fb516144a33cc25a8eb2d0126a84
gitk: Makefile/install: force permissions when installing files and dirs

The msg-files msgs/*.msg used to be installed with mode 755 although
they're not executables.  With this commit, files are forced to be
installed with mode 644, directories and executables with mode 755.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Makefile