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
|
@ -30,8 +30,7 @@ def carch(args, apkbuild, carch):
|
|||
raise RuntimeError("Architecture '" + carch + "' is not supported"
|
||||
" for this package. Please add it to the"
|
||||
" 'arch=' line inside the APKBUILD and try"
|
||||
" again: " + args.aports + "/" +
|
||||
apkbuild["pkgname"] + "/APKBUILD")
|
||||
" again: " + apkbuild["pkgname"])
|
||||
return carch
|
||||
if ("all" in apkbuild["arch"] or
|
||||
args.arch_native in apkbuild["arch"]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue