projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c922fe
)
Fix typo. (trunk r7228)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jul 2007 04:18:47 +0000
(
04:18
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jul 2007 04:18:47 +0000
(
04:18
-0000)
svn path=/main/branches/2.1.2/; revision=7229
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 2f916c81ea8048c4d1a8e99b79e649949fe73cb8..9d829de3b53b7753c9a0120c8889bb2625c8e3c3 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-7655,7
+7655,7
@@
class dblink:
if not dest_lstat:
raise AssertionError(
"unable to find non-directory " + \
- "parent for '%s'" %
paren
t_path)
+ "parent for '%s'" %
des
t_path)
dest_path = parent_path
f = os.path.sep + dest_path[len(destroot):]
if f in collisions: