Mercurial > utils
changeset 494:b58c25ac1c8f
Fix file permission.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Sun, 27 May 2012 21:59:24 +0300 |
parents | 2ebbc4a2d621 |
children | 8a373ce07b26 |
files | pathsearch/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pathsearch/Makefile Sun May 27 21:58:40 2012 +0300 +++ b/pathsearch/Makefile Sun May 27 21:59:24 2012 +0300 @@ -46,7 +46,7 @@ install -m 755 pathsearch.bat $(bindir) endif [ -d $(man1dir) ] || mkdir -p $(man1dir) - install -m 755 pathsearch.1 $(man1dir) + install -m 644 pathsearch.1 $(man1dir) INSTALLED_FILES = $(bindir)/pathsearch $(man1dir)/pathsearch.1 $(bindir)/pathsearch.sh $(bindir)/pathsearch.bat