From ab09f41216b259f0ebb5941065b667847fbe9083 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 3 Oct 2006 19:03:23 +0000 Subject: Use 755 permissions for ${PORTAGE_WORKDIR}/distdir (bug #149062). svn path=/main/trunk/; revision=4581 --- pym/portage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index 50ad21635..e95bcc8ff 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3010,7 +3010,8 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, print "!!! Failed reseting ebuild distdir path, " + edpath raise os.mkdir(edpath) - apply_secpass_permissions(edpath, gid=portage_gid, mode=0775) + apply_secpass_permissions(edpath, uid=portage_uid, gid=portage_gid, + mode=0755) try: for file in aalist: os.symlink(os.path.join(orig_distdir, file), -- cgit v1.2.3-1-g7c22