From 30cff00d9f778c3b0d5c10d43cdeeece2dd47ab4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 15 May 2006 04:25:43 +0000 Subject: Fix a typo from r3357. svn path=/main/trunk/; revision=3359 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22