forked from Mirror/pmbootstrap
build: envkernel: default to .output again (MR 2504)
We used to use .output as the default kbuild_out but this was removed recently, add it back! Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
3204577530
commit
932ac18791
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ def package_kernel(args: PmbArgs) -> None:
|
|||
else:
|
||||
function_body = pmb.parse.function_body(aport / "APKBUILD", "package")
|
||||
kbuild_out = find_kbuild_output_dir(function_body)
|
||||
|
||||
if not kbuild_out:
|
||||
kbuild_out = ".output"
|
||||
|
||||
chroot = pmb.build.autodetect.chroot(apkbuild, arch)
|
||||
|
||||
# Install package dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue