Don't run ld_config from within the insttree class
This commit is contained in:
parent
86d7b2f804
commit
f277852f7a
@ -48,7 +48,6 @@ class InstallTree(BaseLoraxClass):
|
|||||||
self.pwarning("no package <b>{0}</b> found".format(name))
|
self.pwarning("no package <b>{0}</b> found".format(name))
|
||||||
|
|
||||||
self.yum.process_transaction()
|
self.yum.process_transaction()
|
||||||
self.run_ldconfig()
|
|
||||||
|
|
||||||
def run_ldconfig(self):
|
def run_ldconfig(self):
|
||||||
ldsoconf = os.path.join(self.rootdir, self.const.LDSOCONF)
|
ldsoconf = os.path.join(self.rootdir, self.const.LDSOCONF)
|
||||||
|
Loading…
Reference in New Issue
Block a user