summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-26 20:44:29 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-26 20:44:29 +0000
commit1436c3ca4fe64b7ceada4688b4efea458ada15e1 (patch)
tree9f2b57739bb4a2f2a978e8b112d14c1a436cad1e /pym
parent4a26f2dd6d71372ecf0b36611c877fa6ee217e3c (diff)
downloadportage-1436c3ca4fe64b7ceada4688b4efea458ada15e1.tar.gz
portage-1436c3ca4fe64b7ceada4688b4efea458ada15e1.tar.bz2
portage-1436c3ca4fe64b7ceada4688b4efea458ada15e1.zip
Always ensure permissions in DISTCC_DIR in order to try to prevent potential permission problems for non-root users who are in the portage group (userpriv, etc.). (trunk r6439:6440)v2.1.2.5
svn path=/main/branches/2.1.2/; revision=6441
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index fda216bed..92a2557b3 100644
--- 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":False}
+ "always_recurse":True}
}
dirmode = 02070
filemode = 060