summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-24 00:52:59 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-24 00:52:59 +0000
commit1ac14d317505a270b56d926a714eb443c92df72d (patch)
tree05a99a10018e7d347a40efc998c756789d304f5c /pym/portage_const.py
parent3bbbf459564681e15cd1f70ded266ba70b960cbe (diff)
downloadportage-1ac14d317505a270b56d926a714eb443c92df72d.tar.gz
portage-1ac14d317505a270b56d926a714eb443c92df72d.tar.bz2
portage-1ac14d317505a270b56d926a714eb443c92df72d.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. (trunk r7379)
svn path=/main/branches/2.1.2/; revision=7380
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 2b33f2013..8eea0faba 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -29,6 +29,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"