From de0dcc1064f8a90533391dc4a99a540a5eaba50e Mon Sep 17 00:00:00 2001 From: danix Date: Fri, 3 Apr 2026 16:23:56 +0200 Subject: fixed placement of the SBo output directory for archives created by the post-commit hook --- .extras/hooks/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.extras') diff --git a/.extras/hooks/post-commit b/.extras/hooks/post-commit index c9241ae..8c6492b 100755 --- a/.extras/hooks/post-commit +++ b/.extras/hooks/post-commit @@ -3,7 +3,7 @@ set -u REPO_ROOT=$(git rev-parse --show-toplevel) -SBO_DIR="$REPO_ROOT/SBo" +SBO_DIR="$REPO_ROOT/.extras/SBo" # Find packages whose .SlackBuild was added (A) or modified (M) in this commit. # git diff-tree output format: \t -- cgit v1.2.3