projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a8231
)
Don't set the gid unnecessarily on $PORTAGE_BUILDDIR/distdir.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 3 Oct 2006 22:18:20 +0000
(22:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 3 Oct 2006 22:18:20 +0000
(22:18 -0000)
svn path=/main/trunk/; revision=4584
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index d7c0db92d4d829afaf09f15664e5de299dbe4a2c..09e2f6f902765d4531ea4c26cd36da39b93795ba 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3017,8
+3017,7
@@
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, uid=portage_uid, gid=portage_gid,
- mode=0755)
+ apply_secpass_permissions(edpath, uid=portage_uid, mode=0755)
try:
for file in aalist:
os.symlink(os.path.join(orig_distdir, file),