Improvement for Makefile: install
Camillo Särs <[email protected]> Thu, 19 Sep 2002 10:05:33 +0300
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Organization | private email |
| Message-ID | <[email protected]> |
Hi, It would make sense to set the mode on the installed files to something reasonable in the "install" target. Right now the manual pages get -m 0644, but the executables and perl stuff do not. Which means I have to correct the modes afterwards, as my umask doesn't grant any rights to anyone else. Cheers, Camillo