From: Zac Medico Date: Thu, 26 Apr 2007 20:44:29 +0000 (-0000) Subject: Always ensure permissions in DISTCC_DIR in order to try to prevent potential permissi... X-Git-Tag: v2.1.2.5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1436c3ca4fe64b7ceada4688b4efea458ada15e1;p=portage.git 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) svn path=/main/branches/2.1.2/; revision=6441 --- 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