From 31b7d6ea989a7464a2d65ff962c0fe3ebaa2c85f Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 20 Aug 2024 01:06:56 -0300 Subject: [PATCH] Fix typo --- bin/sourcezap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sourcezap b/bin/sourcezap index 144798a..eee33e8 100755 --- a/bin/sourcezap +++ b/bin/sourcezap @@ -5,9 +5,9 @@ set -e # variables localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/..)} libexec="${localbase}"/libexec/sourcezap -gitdir="/home/_sourcezap/ports" +gitdir="/home/_sourcezap/src" giturl="${SOURCEZAP_CLONEURL:-https://git.hardenedbsd.org/hardenedbsd/hardenedbsd.git}" -installdir="${SOURCEZAP_INSTALLDIR:-/usr/ports}" +installdir="${SOURCEZAP_INSTALLDIR:-/usr/src}" defaultbranch="hardenedbsd/main" revfile="${installdir}"/.sourcezap