Add support for package version

This commit is contained in:
Isaac Connor 2021-09-14 18:08:50 -04:00
parent de299ab882
commit cddb9d88bf
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ setdebpkgname () {
if [ "" == "$VERSION" ]; then
export VERSION="${versionfile}~${thedate}.${numcommits}"
fi
export RELEASE="${DIST}"
export RELEASE="${DIST}${PACKAGE_VERSION}"
checkvars