author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 27 May 2012 21:59:24 +0300 | |
changeset 494 | b58c25ac1c8f |
parent 493 | 2ebbc4a2d621 |
child 495 | 8a373ce07b26 |
--- 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