projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4b3a6
)
Fix dblink.isowner() so it works properly when ROOT!=/. (trunk r6827)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Jun 2007 05:53:34 +0000
(
05:53
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Jun 2007 05:53:34 +0000
(
05:53
-0000)
svn path=/main/branches/2.1.2/; revision=6828
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 73beaabb09d2950b613d4f460a81904e81c6ca07..260ec5f7ee4e341d759ea2b0bee8cf27ed1404a0 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-7296,7
+7296,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: