MantisBT - CMake
View Issue Details
0001201CMakepublic2004-09-23 18:262006-08-27 14:04
Lee Ankeny 
System Admin 
lowfeaturealways
closedfixed 
 
 
0001201: LA: Set file permissions with 'make install'
I like to keep my umask set conservatively to prevent inadvertant access to my files. So the files installed by 'make install' inherit those permissions. I usually forget to update the permissions. Could we modify cmake so that 'make install' is followed by 'chmod -R oug+rX', or perhaps something set by the user?
No tags attached.
Issue History

Notes
(0004763)
Alex Neundorf   
2006-08-27 10:45   
This is implemented in cmake 2.4.3: INSTALL(TARGETS ... PERMISSIONS ...)