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 99082a77c..04b61c4b7 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -24,6 +24,7 @@ PROFILE_PATH = "/etc/make.profile"
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"
BASH_BINARY = "/bin/bash"
MOVE_BINARY = "/bin/mv"