From 5c4b45312bc5265529c9b0091656a31734764101 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 8 Jul 2026 09:18:51 +0200 Subject: mksboarchive: default output to SBo/ directory --- .extras/mksboarchive | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.extras/mksboarchive b/.extras/mksboarchive index fc54709..8691f48 100755 --- a/.extras/mksboarchive +++ b/.extras/mksboarchive @@ -13,7 +13,7 @@ package is the / directory below the current directory, with a matching .SlackBuild. Any sbodl source symlinks in the package directory are removed first so they never leak into the tarball. -Output goes to the current directory by default; set OUTPUT to override: +Output goes to SBo/ by default; set OUTPUT to override: OUTPUT=/tmp ${0##*/} feroxbuster # writes /tmp/feroxbuster.tar.gz EOF } @@ -26,9 +26,9 @@ esac pkg=$1 # Run this from the repo root. The package is the / directory below the -# current directory; the tarball is written to the current directory by -# default, override with the OUTPUT env var. -OUTPUT=${OUTPUT:-$PWD} +# current directory; the tarball is written to SBo/ by default, override with +# the OUTPUT env var. +OUTPUT=${OUTPUT:-$PWD/SBo} # Must be a real package dir below CWD with a matching .SlackBuild. if [ ! -f "$pkg/$pkg.SlackBuild" ]; then -- cgit v1.2.3