projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5248c7
)
Fix dblink.isowner() so it works properly when ROOT!=/.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Jun 2007 05:53:07 +0000
(
05:53
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Jun 2007 05:53:07 +0000
(
05:53
-0000)
svn path=/main/trunk/; revision=6827
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index a8364e1d160ac774e2166540024d81c61bc186ca..5e91adebcbeb43d6daaaedb1f7f48fc7091e14ee 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1280,7
+1280,7
@@
class dblink(object):
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: