projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df9b52
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 18 Jul 2008 08:56:07 +0000
(08:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 18 Jul 2008 08:56:07 +0000
(08:56 -0000)
svn path=/main/trunk/; revision=11124
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index d2d4b6efaf86fe2a4636a5e7d0cdb8c67784bb18..b5461fdb419b8cd1063ec992afdfe7a55ea60371 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-4283,7
+4283,7
@@
def _post_phase_userpriv_perms(mysettings):
def _post_src_install_checks(mysettings):
_post_src_install_uid_fix(mysettings)
global _post_phase_cmds
- retval = _spawn_misc_sh(mysettings, post_phase_cmds["install"])
+ retval = _spawn_misc_sh(mysettings,
_
post_phase_cmds["install"])
if retval != os.EX_OK:
writemsg("!!! install_qa_check failed; exiting.\n",
noiselevel=-1)