aportgen: fix fork_alpine flag (MR 2252)

Broke during rework

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-08 01:45:36 +02:00 committed by Oliver Smith
parent 34ee1cff69
commit d8d55c3e52
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 6 additions and 6 deletions

View file

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