From 9e60bb8c0a9514e4ad104689af6a792578b5345f Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Sat, 15 Aug 2026 00:04:55 +0200 Subject: [PATCH] build: copy catcrafts-fp6-repo into the pmaports overlay Run 22 failed with 'catcrafts-fp6-repo: Could not find it in pmaports or any APKINDEX': build.sh copies each overlay aport explicitly and this one was never in the list, so pmbootstrap could not resolve the new extra_packages entry. Co-Authored-By: Claude Fable 5 --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 555b8d0..bc47ed6 100755 --- a/build.sh +++ b/build.sh @@ -102,6 +102,7 @@ cp -r aports/device/linux-postmarketos-qcom-milos "$WORK/pmaports/device/testing cp -r aports/device/soc-fairphone-fp6-audio "$WORK/pmaports/device/" cp -r aports/device/callaudioshim "$WORK/pmaports/device/" cp -r aports/device/fp6-device-tweaks "$WORK/pmaports/device/" +cp -r aports/device/catcrafts-fp6-repo "$WORK/pmaports/device/" cp -r aports/main/postmarketos-config-nftables "$WORK/pmaports/main/" cp -r aports/modem/imsd "$WORK/pmaports/modem/" # Alpine forks carrying the GNSS patches (libqmi !470 unreleased; MM !1463