From 9fae17af23e56d8c2ce357672c2095670b697b3c Mon Sep 17 00:00:00 2001 From: MATSUI Tetsushi Date: Fri, 23 Sep 2011 20:22:20 +0200 Subject: [PATCH] dispatch-conf: fix for Prefix, bug #384217 --- bin/dispatch-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index fe85c54d6..d96c94aeb 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -78,7 +78,7 @@ class dispatch: confs = [] count = 0 - config_root = '/' + config_root = EPREFIX self.options = portage.dispatch_conf.read_config(MANDATORY_OPTS) if "log-file" in self.options: -- 2.26.2