Changes between Initial Version and Version 1 of Ticket #55468
- Timestamp:
- Dec 5, 2017, 4:46:08 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55468
- Property Keywords highsierra added; destroot.umask removed
- Property Port macports removed
-
Ticket #55468 – Description
initial v1 3 3 I'm trying to build a user port which installs files under /opt/local/share/, but the default owner and umask no longer allows the install to write to the directories. 4 4 5 Invoking destroot.umask 002does not solve the problem as it does not apply the mask to all subdirectories.5 Invoking `destroot.umask 002` does not solve the problem as it does not apply the mask to all subdirectories. 6 6 7 7 {{{ … … 25 25 26 26 27 I expect that destroot.umaskto be recursively applied to all folders under /opt.27 I expect that `destroot.umask` to be recursively applied to all folders under /opt.