projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfd5fa2
)
Reverting r15293, it was actually not needed.
author
Mounir Lamouri
<volkmar@gentoo.org>
Sun, 31 Jan 2010 09:36:30 +0000
(09:36 -0000)
committer
Mounir Lamouri
<volkmar@gentoo.org>
Sun, 31 Jan 2010 09:36:30 +0000
(09:36 -0000)
svn path=/main/trunk/; revision=15298
pym/portage/cache/fs_template.py
patch
|
blob
|
history
diff --git
a/pym/portage/cache/fs_template.py
b/pym/portage/cache/fs_template.py
index 9ca0c9dc250bb2c25973da40a2940d57a7f5545c..7cd8af4d7c220999148a7ddd274f93e012546b9b 100644
(file)
--- a/
pym/portage/cache/fs_template.py
+++ b/
pym/portage/cache/fs_template.py
@@
-72,7
+72,7
@@
class FsBased(template.database):
if perms == -1:
perms = 0
perms |= 0o755
- os.m
akedirs
(base, perms)
+ os.m
kdir
(base, perms)
if self._gid != -1:
os.chown(base, -1, self._gid)
finally: