diff --git a/pmb/build/other.py b/pmb/build/other.py index d9557503..1c6bafae 100644 --- a/pmb/build/other.py +++ b/pmb/build/other.py @@ -152,7 +152,7 @@ def configure_abuild(args, suffix, verify=False): suffix) configure_abuild(args, suffix, True) return - raise RuntimeError("Could not find " + prefix + " line in " + path) + pmb.chroot.root(args, ["sed", "-i", f"$ a\\{prefix}{args.jobs}", "/etc/abuild.conf"], suffix) def configure_ccache(args, suffix="native", verify=False):