#45876: git: documentation files are not readable by normal user ---------------------------+------------------------- Reporter: ryandesign@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: | Keywords: Port: git | ---------------------------+------------------------- Comment (by ryandesign@…): The problem remains, but the reason for the problem has changed: {{{ $ port -q installed git git @2.9.0_0+bash_completion+credential_osxkeychain+doc+pcre+perl5_22+python27+svn+universal (active) $ port -q contents git | grep RelNotes | head -n 1 /opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt $ ls -l /opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt ls: /opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt: Permission denied $ sudo ls -l /opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt Password: -rw-r--r-- 1 root wheel 1255 Jun 13 14:08 /opt/local/share/doc/git- doc/RelNotes/1.5.0.1.txt $ ls -ld /opt/local/share/doc/git-doc/RelNotes/ drwxr-xr-- 285 root wheel 9690 Jun 22 14:16 /opt/local/share/doc/git- doc/RelNotes/ $ }}} Now, the files are installed with the correct permissions, but the permissions of the directory they're in is not correct. -- Ticket URL: <https://trac.macports.org/ticket/45876#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X