forked from Mirror/pmbootstrap
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
This commit is contained in:
parent
6dbf3c7872
commit
314c17e03c
253 changed files with 58 additions and 42 deletions
|
@ -62,7 +62,6 @@ def menuconfig(args, pkgname, arch):
|
|||
source = args.work + "/chroot_native/home/user/build/src/build/.config"
|
||||
if not os.path.exists(source):
|
||||
raise RuntimeError("No kernel config generated!")
|
||||
target = (args.aports + "/" + pkgname + "/config-" + apkbuild["_flavor"] +
|
||||
"." + arch)
|
||||
target = aport + "/config-" + apkbuild["_flavor"] + "." + arch
|
||||
pmb.helpers.run.user(args, ["cp", source, target])
|
||||
pmb.build.checksum(args, pkgname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue