diff --git a/.forgejo/patches/build.patch b/.forgejo/patches/build.patch index 35ce774..eb17134 100644 --- a/.forgejo/patches/build.patch +++ b/.forgejo/patches/build.patch @@ -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