forked from Mirror/pmbootstrap
install apk keys and binfmt data with setup.py
This commit is contained in:
parent
cff9185401
commit
1f8832c4cc
17 changed files with 9 additions and 5 deletions
|
@ -26,7 +26,7 @@ import pmb.config
|
|||
def binfmt_info(args, arch_qemu):
|
||||
# Parse the info file
|
||||
full = {}
|
||||
info = pmb.config.pmb_src + "/data/qemu-user-binfmt.txt"
|
||||
info = pmb.config.pmb_src + "/pmb/data/qemu-user-binfmt.txt"
|
||||
logging.verbose("parsing: " + info)
|
||||
with open(info, "r") as handle:
|
||||
for line in handle:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue