mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 11:29:46 +03:00
aportgen: fix fork_alpine flag (MR 2252)
Broke during rework Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
34ee1cff69
commit
d8d55c3e52
5 changed files with 6 additions and 6 deletions
|
@ -96,7 +96,7 @@ def _install_ondev_verify_no_rootfs(device: str, ondev_cp: List[Tuple[str, str]]
|
|||
def aportgen(args: PmbArgs):
|
||||
for package in args.packages:
|
||||
logging.info("Generate aport: " + package)
|
||||
pmb.aportgen.generate(args, package)
|
||||
pmb.aportgen.generate(package, args.fork_alpine)
|
||||
|
||||
|
||||
def build(args: PmbArgs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue