projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0f708
)
Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Aug 2008 19:49:56 +0000
(19:49 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Aug 2008 19:49:56 +0000
(19:49 -0000)
svn path=/main/trunk/; revision=11446
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 20c65fc4cc0dd2ed8050e6212aa58d283b52d193..bcf710842df17d61cb256060f1c192f70aaf03c5 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-5399,7
+5399,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
writemsg("Can not execute files in %s\n" % checkdir + \
"Likely cause is that you've mounted it with one of the\n" + \
"following mount options: 'noexec', 'user', 'users'\n\n" + \
- "Please make sure that portage can execute files in this dire
x
ctory.\n" \
+ "Please make sure that portage can execute files in this directory.\n" \
, noiselevel=-1)
fd.close()
return 1