summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
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"