Changes between Initial Version and Version 1 of Ticket #55468


Ignore:
Timestamp:
Dec 5, 2017, 4:46:08 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55468

    • Property Keywords highsierra added; destroot.umask removed
    • Property Port macports removed
  • Ticket #55468 – Description

    initial v1  
    33I'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.
    44
    5 Invoking destroot.umask 002 does not solve the problem as it does not apply the mask to all subdirectories.
     5Invoking `destroot.umask 002` does not solve the problem as it does not apply the mask to all subdirectories.
    66
    77{{{
     
    2525
    2626
    27 I expect that destroot.umask to be recursively applied to all folders under /opt.
     27I expect that `destroot.umask` to be recursively applied to all folders under /opt.