summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-15 04:25:43 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-15 04:25:43 +0000
commit30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4 (patch)
tree8412cfcc5e890fdbd16d832a36c7c63dc8a49326 /pym
parentAdd back the rstrip(os.path.sep) which is needed in the case where ROOT=/ (re... (diff)
downloadportage-multirepo-30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4.tar.gz
portage-multirepo-30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4.tar.bz2
portage-multirepo-30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4.zip
Fix a typo from r3357.
svn path=/main/trunk/; revision=3359
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 4cdf5220..e772c39e 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -5672,7 +5672,7 @@ class dblink:
# we do this so we can remove from non-root filesystems
# (use the ROOT var to allow maintenance on other partitions)
try:
- mydat[1] = os.normpath(os.path.join(
+ mydat[1] = os.path.normpath(os.path.join(
self.myroot, mydat[1].lstrip(os.path.sep)))
if mydat[0]=="obj":
#format: type, mtime, md5sum