diff options
| author | danix <danix@danix.xyz> | 2026-04-03 16:23:56 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-04-03 16:23:56 +0200 |
| commit | de0dcc1064f8a90533391dc4a99a540a5eaba50e (patch) | |
| tree | 892cfe5f730207ef6bad14c814d47c95852b28e2 /.extras | |
| parent | a7976bfe662097273e91471e2609df2d30120656 (diff) | |
| download | my-slackbuilds-de0dcc1064f8a90533391dc4a99a540a5eaba50e.tar.gz my-slackbuilds-de0dcc1064f8a90533391dc4a99a540a5eaba50e.zip | |
fixed placement of the SBo output directory for archives created by the post-commit hook
Diffstat (limited to '.extras')
| -rwxr-xr-x | .extras/hooks/post-commit | 2 |
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> |
