From 18b414d7b5bdac7c438846d6716b1fedc643454f Mon Sep 17 00:00:00 2001 From: magges Date: Sun, 12 Jul 2026 21:40:58 +0000 Subject: [PATCH] Fix build: podman-compose.SlackBuild was missing its executable bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other packages/*/*.SlackBuild is 755 — this one was created at 644 (likely from how it was originally written to disk), so scripts/build-packages.sh's own executability check correctly refused to run it ("No SlackBuild found/executable for 'podman-compose'"), failing the whole build — confirmed from a real Gitea Actions run's log (build-packages.yml run 110). Co-Authored-By: Claude Sonnet 5 --- packages/podman-compose/podman-compose.SlackBuild | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 packages/podman-compose/podman-compose.SlackBuild diff --git a/packages/podman-compose/podman-compose.SlackBuild b/packages/podman-compose/podman-compose.SlackBuild old mode 100644 new mode 100755