spoof repo
All checks were successful
/ lint (pull_request) Successful in 25s
/ build-edge (pull_request) Successful in 1m17s
/ deploy-edge (pull_request) Successful in 27s

This commit is contained in:
Antoine Martin 2024-08-16 00:50:51 -04:00
parent 45ad40dc49
commit ee246eba4c
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,7 +1,7 @@
diff --git a/usr/local/bin/build.sh.orig b/usr/local/bin/build.sh
old mode 100644
new mode 100755
index c3b8f7a..9df8db4
index c3b8f7a..0b1c9a5
--- a/usr/local/bin/build.sh.orig
+++ b/usr/local/bin/build.sh
@@ -7,13 +7,14 @@
@ -131,8 +131,8 @@ index c3b8f7a..9df8db4
+for pkgname in $changed_aports_to_build; do
+ section_start "build_$pkgname" "Building package $pkgname"
+ built_aports=$((built_aports+1))
+ if check_aport qports "$pkgname"; then
+ build_aport qports "$pkgname"
+ if check_aport . "$pkgname"; then
+ build_aport . "$pkgname"
fi
+ section_end "build_$pkgname"
done