pmb.aportgen.linux: fix generated apkbuild when using qcdt (MR 1935)

This commit is contained in:
Dolphin von Chips 2020-05-05 19:58:24 +05:00 committed by Oliver Smith
parent 0465f17e92
commit 62f7a2af30
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
package += """\n
# Master DTB (deviceinfo_bootimg_qcdt)
dtbTool -p scripts/dtc/ -o "$_outdir/arch/$_carch/boot"/dt.img "$_outdir/arch/$_carch/boot/"
install -Dm644 "arch/$_carch/boot"/dt.img "$pkgdir"/boot/dt.img"""
install -Dm644 "$_outdir/arch/$_carch/boot"/dt.img "$pkgdir"/boot/dt.img"""
patches = ("\n" + " " * 12).join(patches)
content = f"""\