From: Zac Medico Date: Mon, 15 May 2006 04:25:43 +0000 (-0000) Subject: Fix a typo from r3357. X-Git-Tag: v2.1_rc2~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4;p=portage.git Fix a typo from r3357. svn path=/main/trunk/; revision=3359 --- diff --git a/pym/portage.py b/pym/portage.py index 4cdf52208..e772c39ee 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