From 4f65e5be9db17ad0e94993740270ab9a0bb1d9e1 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 23 Sep 2011 20:32:13 +0200 Subject: [PATCH] misc-functions.sh: PORTAGE_CONFIGROOT contains EPREFIX by default --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2