Add support for package version

This commit is contained in:
Isaac Connor
2021-09-14 18:08:50 -04:00
parent bf5c0a8617
commit 03f0762709

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