This commit is contained in:
parent
2730af0092
commit
31b7d6ea98
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue