projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab67bfa
)
Fix problem with /var/tmp/tbz2/tbz2 directory for bug 113088.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 19 Feb 2006 05:40:49 +0000
(
05:40
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 19 Feb 2006 05:40:49 +0000
(
05:40
-0000)
svn path=/main/trunk/; revision=2743
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 624d60909f651a320494a1877c7c4691dcbecfc6..5f260b133dec33e0bdfa8002839ee4a4e1c57ea3 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-5326,8
+5326,6
@@
class binarytree(packagetree):
return 1
def move_slot_ent(self,mylist,mytmpdir):
- #mytmpdir=settings["PORTAGE_TMPDIR"]+"/tbz2"
- mytmpdir=mytmpdir+"/tbz2"
if not self.populated:
self.populate()
pkg=mylist[1]