projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9427d33
)
For bug #185389, create a symlink when quickpkg injects a new package.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Jul 2007 11:17:39 +0000
(11:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Jul 2007 11:17:39 +0000
(11:17 -0000)
svn path=/main/branches/2.1.2/; revision=7269
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 1b31173773f1577798260ef40209968cd9e5ed66..c389ac7944e89b9c24123b9a039d1e58d9011d3c 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6831,7
+6831,8
@@
class binarytree(object):
self.populated=1
def inject(self,cpv):
- return self.dbapi.cpv_inject(cpv)
+ self.dbapi.cpv_inject(cpv)
+ self._create_symlink(cpv)
def exists_specific(self,cpv):
if not self.populated: