Remove superfluous VERSION variables

This commit is contained in:
Joshua Boniface 2019-02-08 20:35:50 -05:00
parent e1d523ee45
commit da860e6e54
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ source ../common.build.sh
keep_artifacts="${1}"
WORKDIR="$( pwd )"
VERSION="$( grep '^jellyfin' ${WORKDIR}/pkg-src/changelog | head -1 | awk -F '[()]' '{ print $2 }' )"
package_temporary_dir="${WORKDIR}/pkg-dist-tmp"
output_dir="${WORKDIR}/pkg-dist"

View File

@ -3,7 +3,6 @@
source ../common.build.sh
WORKDIR="$( pwd )"
VERSION="$( grep '^jellyfin' ${WORKDIR}/pkg-src/changelog | head -1 | awk -F '[()]' '{ print $2 }' )"
package_temporary_dir="${WORKDIR}/pkg-dist-tmp"
output_dir="${WORKDIR}/pkg-dist"