From f277852f7ae937a0de0b42f5f0cfc8020666355a Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Thu, 29 Jul 2010 14:38:01 +0200 Subject: [PATCH] Don't run ld_config from within the insttree class --- src/pylorax/insttree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pylorax/insttree.py b/src/pylorax/insttree.py index c4270c14..740f8fc8 100644 --- a/src/pylorax/insttree.py +++ b/src/pylorax/insttree.py @@ -48,7 +48,6 @@ class InstallTree(BaseLoraxClass): self.pwarning("no package {0} found".format(name)) self.yum.process_transaction() - self.run_ldconfig() def run_ldconfig(self): ldsoconf = os.path.join(self.rootdir, self.const.LDSOCONF)