From: Zac Medico Date: Sun, 15 Jul 2007 11:17:39 +0000 (-0000) Subject: For bug #185389, create a symlink when quickpkg injects a new package. X-Git-Tag: v2.1.3~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e2aba514dbed81e7854a4404657dba50317f0068;p=portage.git For bug #185389, create a symlink when quickpkg injects a new package. svn path=/main/branches/2.1.2/; revision=7269 --- diff --git a/pym/portage.py b/pym/portage.py index 1b3117377..c389ac794 100644 --- 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: