Don't put AdminListen in config by default, fix path in Debian package

This commit is contained in:
Neil Alexander 2023-10-27 17:47:47 +01:00
parent f9a23dec99
commit 3f74ce524d
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 5 additions and 4 deletions

2
build
View file

@ -6,7 +6,7 @@ PKGSRC=${PKGSRC:-github.com/yggdrasil-network/yggdrasil-go/src/version}
PKGNAME=${PKGNAME:-$(sh contrib/semver/name.sh)}
PKGVER=${PKGVER:-$(sh contrib/semver/version.sh --bare)}
LDFLAGS="-X $PKGSRC.buildName=$PKGNAME -X $PKGSRC.buildVersion=$PKGVER"
LDFLAGS="${LDFLAGS} -X $PKGSRC.buildName=$PKGNAME -X $PKGSRC.buildVersion=$PKGVER"
ARGS="-v"
while getopts "utc:l:dro:p" option