Kaydet (Commit) 379dc1f7 authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

new trigger ldconfig

üst bb781639
......@@ -62,8 +62,7 @@ class RunTimeError(inary.actionsapi.Error):
ctx.ui.error("[GoTools]: " + value)
def configure(parameters='',
installPrefix='/{}'.format(get.defaultprefixDIR()), sourceDir='.'):
def configure(parameters='', installPrefix='', sourceDir='.'):
"""configure source with given Go parameters = "-DGo_BUILD_TYPE -DGo_CXX_FLAGS ... " """
if not can_access_file(join_path(sourceDir, 'main.go')):
raise ConfigureError(_('{} not found'.format("main.go")))
......
......@@ -176,6 +176,7 @@ class Index(xmlfile.XmlFile, metaclass=autoxml.autoxml):
pool.terminate()
pool.join()
ctx.ui.info("")
raise
latest_packages = []
......
......@@ -114,6 +114,7 @@ def proceed(force=False):
t("profile.env", "/etc/env.d", "env-update")
t("cracklib", "/usr/share/cracklib/",
"create-cracklib-dict /usr/share/cracklib/*")
t("ldconfig","/etc/ld.so.conf.d","ldconfig")
sys.stdout.write("\n")
if ctx.config.values.general.fs_sync:
ctx.ui.info(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment