summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/vartree.py')
-rw-r--r--pym/portage/dbapi/vartree.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 23710cd2e..15ec5b798 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -814,9 +814,9 @@ class vardbapi(dbapi):
"repository", "RESTRICT" , "SLOT", "USE"])
self._aux_cache_obj = None
self._aux_cache_filename = os.path.join(self.root,
- CACHE_PATH.lstrip(os.path.sep), "vdb_metadata.pickle")
+ CACHE_PATH, "vdb_metadata.pickle")
self._counter_path = os.path.join(root,
- CACHE_PATH.lstrip(os.path.sep), "counter")
+ CACHE_PATH, "counter")
try:
self.plib_registry = PreservedLibsRegistry(self.root,