projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fe063
)
Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 04:03:08 +0000
(
04:03
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 04:03:08 +0000
(
04:03
-0000)
svn path=/main/branches/2.1.2.9/; revision=7462
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index d75ebecc4e7760bde834bc86cc61e29a5f142f5d..64c2eecbda92c5f2ea7d5c59ad6a66df64167e18 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-7242,7
+7242,7
@@
class dblink:
return True
pkgfiles = self.getcontents()
- if pkgfiles and
filenam
e in pkgfiles:
+ if pkgfiles and
destfil
e in pkgfiles:
return True
if pkgfiles:
if self._contents_inodes is None: