Add chown and chgrp wrappers for prefix.
authorZac Medico <zmedico@gentoo.org>
Sun, 30 Sep 2012 08:18:45 +0000 (01:18 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 30 Sep 2012 08:18:45 +0000 (01:18 -0700)
commit45bedf9cdc10fafd94858f67d62b36d35dd99544
tree5b79afe471a0b98221726f00a5af1b731e28e5eb
parent2377357f4e0164d338c1249c79f479229aa7c0e4
Add chown and chgrp wrappers for prefix.

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.
bin/ebuild-helpers/fowners
bin/ebuild-helpers/unprivileged/chgrp [new symlink]
bin/ebuild-helpers/unprivileged/chown [new file with mode: 0755]
pym/portage/package/ebuild/doebuild.py