aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2026-04-03 16:23:56 +0200
committerdanix <danix@danix.xyz>2026-04-03 16:23:56 +0200
commitde0dcc1064f8a90533391dc4a99a540a5eaba50e (patch)
tree892cfe5f730207ef6bad14c814d47c95852b28e2
parenta7976bfe662097273e91471e2609df2d30120656 (diff)
downloadmy-slackbuilds-de0dcc1064f8a90533391dc4a99a540a5eaba50e.tar.gz
my-slackbuilds-de0dcc1064f8a90533391dc4a99a540a5eaba50e.zip
fixed placement of the SBo output directory for archives created by the post-commit hook
-rwxr-xr-x.extras/hooks/post-commit2
1 files changed, 1 insertions, 1 deletions
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: <status>\t<file>