BuildSystem: Fix xbps port packaging

This commit is contained in:
2026-08-26 00:39:06 +03:00
parent 4495b81769
commit 95de7ad674
3 changed files with 10 additions and 6 deletions
Regular → Executable
+1 -1
View File
@@ -17,7 +17,7 @@ package_standalone() {
done
find "$BANAN_SYSROOT/usr/lib" \( -type f -o -type l \) -delete
PACKAGE=1 ./build.sh || echo "$port_name" >> ../failed-shit
PACKAGE=1 ./build.sh || echo "$port_name" >> ../failed-ports
fi
popd >/dev/null