aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-23 23:33:08 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-23 23:33:08 +0000
commitc2b6ed727403b5066190ae241dd2d5457bd6d51b (patch)
tree4b22d492bbf7d71b33638fcc7e4c8f17373e613a /pym/portage/const.py
parentAdd sfperms and strict to the default FEATURES since they're already in the b... (diff)
downloadportage-c2b6ed727403b5066190ae241dd2d5457bd6d51b.tar.gz
portage-c2b6ed727403b5066190ae241dd2d5457bd6d51b.tar.bz2
portage-c2b6ed727403b5066190ae241dd2d5457bd6d51b.zip
Add FEATURES=fakeroot support which causes install and package phases to run inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch.
svn path=/main/trunk/; revision=7379
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 28e6f36ff..d8bd604d1 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -30,6 +30,7 @@ LOCALE_DATA_PATH = PORTAGE_BASE_PATH+"/locale"
EBUILD_SH_BINARY = PORTAGE_BIN_PATH+"/ebuild.sh"
MISC_SH_BINARY = PORTAGE_BIN_PATH + "/misc-functions.sh"
SANDBOX_BINARY = "/usr/bin/sandbox"
+FAKEROOT_BINARY = "/usr/bin/fakeroot"
BASH_BINARY = "/bin/bash"
MOVE_BINARY = "/bin/mv"
PRELINK_BINARY = "/usr/sbin/prelink"