From: Fabian Groffen Date: Fri, 23 Sep 2011 18:32:13 +0000 (+0200) Subject: misc-functions.sh: PORTAGE_CONFIGROOT contains EPREFIX by default X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f65e5be9db17ad0e94993740270ab9a0bb1d9e1;p=portage.git misc-functions.sh: PORTAGE_CONFIGROOT contains EPREFIX by default --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index cf72deef9..148d038c5 100644 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -1558,7 +1558,7 @@ preinst_suid_scan() { # total suid control. if has suidctl $FEATURES; then local i sfconf x - sfconf=${PORTAGE_CONFIGROOT}${EPREFIX#/}/etc/portage/suidctl.conf + sfconf=${PORTAGE_CONFIGROOT}etc/portage/suidctl.conf # sandbox prevents us from writing directly # to files outside of the sandbox, but this # can easly be bypassed using the addwrite() function