symlink: fix android-recovery-installer path (MR 2372)

This commit is contained in:
ijiki16 2024-07-16 12:48:30 +04:00
parent 37244e1c0e
commit e746c181a7
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -58,7 +58,7 @@ def symlinks(flavor, folder: Path):
chroot_native / "home/pmos/rootfs" / f"{device}.img", chroot_native / "home/pmos/rootfs" / f"{device}.img",
chroot_native / "home/pmos/rootfs" / f"{device}-boot.img", chroot_native / "home/pmos/rootfs" / f"{device}-boot.img",
chroot_native / "home/pmos/rootfs" / f"{device}-root.img", chroot_native / "home/pmos/rootfs" / f"{device}-root.img",
chroot_buildroot / "var/libpostmarketos-android-recovery-installer" / f"pmos-{device}.zip", chroot_buildroot / "var/lib/postmarketos-android-recovery-installer" / f"pmos-{device}.zip",
path_boot / "lk2nd.img", path_boot / "lk2nd.img",
] ]