projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f77e95
)
dispatch-conf: fix for Prefix, bug #384217
author
MATSUI Tetsushi
<VED03370@nifty.ne.jp>
Fri, 23 Sep 2011 18:22:20 +0000
(20:22 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Fri, 23 Sep 2011 18:22:20 +0000
(20:22 +0200)
bin/dispatch-conf
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index fe85c54d6e69e6e5c0b27f21485c119ae21952c0..d96c94aeb898be63198cf2b1bd2cd542eecc1a18 100755
(executable)
--- 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: