diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index e3de0fa8..daecdb0f 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -151,7 +151,7 @@ class Pungi(pypungi.PungiBase): yumconf.debuglevel = 6 yumconf.errorlevel = 6 yumconf.cachedir = self.config.get('pungi', 'cachedir') - yumconf.persistdir = os.path.join(self.workdir, 'yumlib') + yumconf.persistdir = "/var/lib/yum" # keep at default, gets appended to installroot yumconf.installroot = os.path.join(self.workdir, 'yumroot') yumconf.uid = os.geteuid() yumconf.cache = 0