summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/unprivileged
Commit message (Collapse)AuthorAgeFilesLines
* Add chown and chgrp wrappers for prefix.Zac Medico2012-09-302-0/+34
For prefix, there is typically only a single unprivileged user who owns everthing that is built and installed, and in this case it's desirable to ignore chown and chrgrp failures. So, move the logic from fowners into chown and chgrp wrappers, as discussed in bug #433453.