s|SRCZAP|SOURCEZAP|g
This commit is contained in:
parent
21ea9cfa44
commit
b336b069b0
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ set -e
|
||||||
# variables
|
# variables
|
||||||
localbase="${LOCALBASE:-/usr/local}"
|
localbase="${LOCALBASE:-/usr/local}"
|
||||||
gitdir="/home/_sourcezap/src"
|
gitdir="/home/_sourcezap/src"
|
||||||
giturl="${SRCZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git}"
|
giturl="${SOURCEZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git}"
|
||||||
branch="${SRCZAP_BRANCH:-hardened/14-stable/master}"
|
branch="${SOURCEZAP_BRANCH:-hardened/14-stable/master}"
|
||||||
installdir="${SRCZAP_INSTALLDIR:-/usr/src}"
|
installdir="${SOURCEZAP_INSTALLDIR:-/usr/src}"
|
||||||
revision="${installdir}"/.sourcezap
|
revision="${installdir}"/.sourcezap
|
||||||
libexec="${localbase}"/libexec/sourcezap
|
libexec="${localbase}"/libexec/sourcezap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue