install apk keys and binfmt data with setup.py

This commit is contained in:
Oliver Smith 2018-09-17 10:06:57 +00:00 committed by Martijn Braam
parent cff9185401
commit 1f8832c4cc
17 changed files with 9 additions and 5 deletions

View file

@ -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: