forked from Mirror/pmbootstrap
symlink: fix android-recovery-installer path (MR 2372)
This commit is contained in:
parent
37244e1c0e
commit
e746c181a7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue