projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a26f2d
)
Always ensure permissions in DISTCC_DIR in order to try to prevent potential permissi...
v2.1.2.5
author
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Apr 2007 20:44:29 +0000
(20:44 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Apr 2007 20:44:29 +0000
(20:44 -0000)
svn path=/main/branches/2.1.2/; revision=6441
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index fda216bed85f20141d5f7a03f1a98382e9418b40..92a2557b3e683133459a16c8e3fee2e0b7522913 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3159,7
+3159,7
@@
def prepare_build_dirs(myroot, mysettings, cleanup):
"basedir_var":"DISTCC_DIR",
"default_dir":os.path.join(mysettings["BUILD_PREFIX"], ".distcc"),
"subdirs":("lock", "state"),
- "always_recurse":
Fals
e}
+ "always_recurse":
Tru
e}
}
dirmode = 02070
filemode = 060