HomeFreeBSD

COPYTREE_SHARE should also be using _SHAREMODE and not SHAREMODE.

Description

COPYTREE_SHARE should also be using _SHAREMODE and not SHAREMODE.

SHAREMODE defaults to 444, and gives us endless grief because one
cannot modify a file that is not writable.
So use _SHAREMODE that is 644, so that we can avoid all those CHMOD +w
in so many Makefiles.

Exp-run: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7623

Details

Provenance
matAuthored on
Differential Revision
D7623: COPYTREE_SHARE should also be using _SHAREMODE and not SHAREMODE.
Parents
rP436275: Update PHP 7 from 7.0.16 to 7.0.17
Branches
Unknown
Tags
Unknown