Displaying 1 result from an estimated 1 matches for "dirchmod".
2013 Jun 08
3
R CMD INSTALL and file permission settings
...uot;)), "755")
Sys.chmod(i2_files[execs], "755")
edd at max:~/svn/r-devel/src/library/tools/R$
Moreover, it also calls a C function for cleanup cleanup:
edd at max:~/svn/r-devel/src/library/tools/R$ grep ".Call(dir" install.R
.Call(dirchmod, instdir)
.Call(dirchmod, ss)
.Call(dirchmod, ss)
## tree, since the later .Call(dirchmod) call will
edd at max:~/svn/r-devel/src/library/tools/R$
which also uses unconditional 644 / 755
mode_t mask = S_IRUSR | S_IRGRP |...