gitk: Makefile/install: force permissions when installing files and dirs
authorGerrit Pape <pape@smarden.org>
Mon, 14 Apr 2008 08:27:09 +0000 (08:27 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 2 May 2008 12:54:02 +0000 (22:54 +1000)
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>
No differences found